@charset "UTF-8";

.emApp {
    overflow: hidden;
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    background-position: center;
    background-size: cover;
}

.appointments {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: clamp(39px, 4.063vw, 78px ) 0px;
    clear: both;
    text-align: center;
    z-index: 2;
}

.appointments .container {
    position: relative;
    /* padding: clamp(40px, 65px, 3.385vw) 0; */
    overflow: hidden;
    z-index: 5;
}

.appointments h3,
.appointments h3 a,
.appointments h4,
.appointments h4 a {
    color: #2A2A28;
}

.appointments h4 a {
    text-decoration: none;
    color: #f8f8f8;
}

.appointments h3,
.appointments h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 0.0938vw, 18px);
    letter-spacing: normal;
    line-height: clamp(22px, 1.250vw, 24px);
    margin-bottom: 0;
    text-decoration: none;
}

.appointments h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 1.354vw, 26px);
    line-height: clamp(30px, 1.667vw, 32px);
    letter-spacing: normal;
    color: #F8F8F8;
    margin: 0;
    font-weight: 600;
    text-transform: unset;
}

.appointments .emerCon {
    color: #2A2A28;
}

.appointments h4:after {
    content: '';
    display: none;
    width: 80px;
    border-bottom: 4px solid #49c3d8;
    margin: 16px auto 24px;
}

.appointments .container:before, .appointments .container:after {
    display: none;
}

.appointments .btn-secondary {
    margin: clamp(18px,  1.146vw, 22px ) auto 0;
}

@media ( max-width: 1024px ) {
    .jarallax-emApp > .jarallax-img {
        position: absolute;
        object-fit: cover;
        /* support for plugin https://github.com/bfred-it/object-fit-images */
        object-position: 50% 50%;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    
    .appointments {
        margin: 0;
        padding: 40px 10px;
        height: fit-content;
        background-image: none;
        z-index: 5;
        position: relative;
    }

    .appointments span {
        display: block;
    }
}

@media ( max-width: 479px ) {
    .appointments h4 a {
        display: block;
    }
}