@charset "UTF-8";

.emApp {
    overflow: hidden;
    margin: 0;
    padding: clamp(20px, 2.083vw, 40px);
    position: relative;
    background-color: #F8F8F8;
    background-size: min( 100vw, 1920px );
}

.appointments {
    background: #6A6865;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: clamp(36px, 3.75vw, 72px) 0px;
    clear: both;
    text-align: center;
    z-index: 2;
}

.appointments .container {
    position: relative;
    /* padding: 72px 0px; */
    overflow: hidden;
    z-index: 5;
}

.emApp .container p {
    color: #F8F8F8;
    margin-bottom: 0px;
}

.appointments h3,
.appointments h3 a,
.appointments h4,
.appointments h4 a {
    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;
}

.appointments h4 {
    font-family: 'corporate-s', serif;
    font-size: clamp(32px, 2.292vw, 44px);
    line-height: clamp(38px, 2.708vw, 52px);
    letter-spacing: normal;
    margin: 0 auto 16px;
    font-weight: 500;
    text-transform: none;
}

.appointments h4:after {
    content: '';
    display: block;
    width: 60px;
    border-bottom: 4px solid #C6A170;
    margin: 12px auto 32px;
}

.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;
        z-index: 5;
        position: relative;
    }

    .appointments h4 {
        font-size: 33px;
    }

    .appointments span {
        display: block;
    }

    .appointments h3 {
        font-size: 42px;
    }
}

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