h4.top-text {
    margin: auto !important;
    display: table;
    font-weight: 400;
    width: 100%;
    background: white;
    float: left;
    font-size: 24px;
    padding: 10px 0px 20px 10px;
}

.container-fluid h4.date {
    font-weight:800;
    width: 100%;
    font-size: 24px;
    padding-bottom: 10px;
    color: #006eb3;
    text-transform: uppercase;
    margin: 20px 0 0 0 !important;
}

#property_details {
    width: 100%;
}

.container-fluid {
    background: #e8e8e8;
}

#other-durations {
    clear: both;
    text-align: center;
    padding-top: 40px;
    color: #006bea;
}

#other-durations h3 {
    color: #006bea;
}

#other-durations .flex {
    justify-content: space-around;
    text-transform: uppercase;
}

#other-durations .flex a {
    width: 25%;
    padding: 8px 4px;
    border: 1px solid #006bea;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#other-durations .flex a:hover {
    text-decoration: none;
    background-color: #006bea;
    color: white;
}