@charset "UTF-8";

#bAndA.fullContent.befAft {
    background-size: 668px 560px;
    background-repeat: no-repeat;
    padding: 172px 0 120px;
    margin: 0;
}

.ba img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.hding {
    text-align: center;
    color: #f8f8f8;
}

.hding .h2 {
    color: #f8f8f8;
    font-weight: 400;
    font-size: 44px;
    margin: 0;
}

.hding .h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto;
    background-color: #BB9F65;
}

.b4 {
    text-align: center;
    color: #f8f8f8;
    text-transform: uppercase;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
        letter-spacing: .88px;
    font-size: 14px;
}
.fullContent.contLogos {
    
    padding: clamp(80px, 9.375vw, 180px) 0 clamp(60px, 13.542vw, 260px);
}

.parthners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 56px -15px;
}

.parthners-list li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
}

.fullContent h1,
.fullContent h2 {
    color: #3D3D3D;
    font-size: clamp( 28px, 2.292vw, 44px );
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 36px, 2.708vw, 52px );
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    text-transform: unset;
}

.fullContent.contLogos .container h2:after {
    content: '';
    color: #C1CEDA;
    border-bottom: none;
    width: 80px;
    border: none;
    margin: 16px auto 21px;
    border-bottom: 4px solid;
    display: block;
}

#inner-content .fullContent h2 {
    font-family: 'dunhill-script', cursive;
    font-size: clamp(30px, 1.875vw, 36px);
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.083vw, 40px);
    color: inherit;
}

#servCon {
    padding-top: clamp(40px, 5.208vw, 100px);
}

#servCon a:not(.btn), #btmSerCon a:not(.btn) {
    text-decoration: underline;
}

@media ( max-width: 768px ) {
    #bAndA .row.flex {
        display: block
    }

    .ba {
        margin-bottom: 16px;
        display: block;
        overflow: hidden;
    }
}

@media ( max-width: 567px ) {
    #bQuote.fullContent {
        padding-top: 0;
    }

    .parthners-list li {
        width: 50%;
    }
}