.hero-section:before {
    content: none;
}

/* DESKTOP */
.hero-section{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    min-height: 700px;
}


/* MOBILE */
@media only screen and (max-width:768px){
    .hero-section{
        /* FIX MOBILE IMAGE */
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        /* REMOVE HUGE SPACE */
        min-height: 320px !important;
        height: 20px !important;
        padding: 20px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 64px;
    }
    .hero-section .container,
    .hero-section .row{
        height: 100%;
top: 75%;
    }
    .hero-section h1{
        font-size: 24px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px;
    }
    .hero-section .sub-heading{
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    .hero-section .first-column{
        display:none;
    }
    .hero-section .second-column{
        width:100% !important;
        max-width:100% !important;
        flex:0 0 100% !important;
        text-align:center;
    }
}

}
.specifics-label {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 2px;
}

.specifics-value {
    font-size: 13px;
    color: #ffffff;
}

.specifics-label {
    color: #ffffff;
}