@charset "UTF-8";

#tagline {
    padding: min(6.250vw, 120px) 0 
}

#tagline img {
    display: block;
    width: min(37.083vw, 712px);
    margin: 0 auto;
}

.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: 0 -15px;
}

#main .fullContent .btn.btn-orange, .half-content .btn-orange, [role=button] {
    background-color: #57838C;
    color: #F8F8F8;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
}

#main .fullContent .btn.btn-orange:hover, .half-content .btn-orange:hover, [role=button] {
    background-color: #57838C;
}

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

#Con-test.fullContent {
    padding: clamp(37px, 3.906vw, 75px) 0;
}

#Con-test.fullContent,
#Con-test.fullContent p {
    margin-bottom: 0px;
}

#Con-test.fullContent p a.btn {
    background: linear-gradient(101deg, #6AB7D6 0%, #0D5891 100%) 0% 0%;
}

#Con-test.fullContent p a.btn:hover {
    margin: -5px auto 5px;
}

.fullContent h1,
.fullContent h2 {
    
}

.fullContent h1,
.fullContent h2 {
    color: #111F34;
    font-size: clamp( 32px, 1.875vw, 36px );
    font-family: 'plus jakarta sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 52px, 2.917vw, 56px );
    margin: 0 0 clamp( 20px, 1.667vw, 32px );
    text-transform: unset;
}

.fullContent h2:after {
    content: '';
    border: none;
    margin: clamp(4px, 0.417vw, 8px) auto clamp(16px, 1.667vw, 32px);
    height: 4px;
    width: 60px;
    background-color: #C69F9A;
    display: none;
}

.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: 'DM Sans', sans-serif;
    font-size: clamp(26px, 1.667vw, 32px);
    font-weight: 500;
    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: 567px ) {
    .fullContent.untreated img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #helping {
        margin-top: 80px;
        padding-bottom: 80px;
        clear: both;
    }

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