.bg-contact{
    background-image: url("/static/img/about/bg_map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 465px;
    height: 100%;
    width: 100%;
    
}

.contact {
    max-width: 850px;
max-height:280px;
padding: 40px 100px 40px 100px;
gap: 10px;
border-radius: 10px;
opacity: 0.9;
margin: 0 auto;
background-color: #FFFFFF;
display: flex;
gap:10px;
align-items: center;
justify-content: center;
flex-direction: column;
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.14);
}

.container-leadership .owl-carousel{
    position: unset;
}
.container-leadership .owl-controls .owl-pagination{
    display: none!important;
}


.container-leadership .owl-prev,.container-leadership .owl-next {
top: 47% !important;;
}
.wards .owl-prev,.wards .owl-next {
top: 49% !important;;
}

.leadership-item {
    list-style: none;
}

.leadership-item-name {
font-size: 18px;
font-weight: 600;
line-height: 28px;
text-align: left;
color: #333333;
display: block;
margin-top: 4px;
}
.leadership-item-position {
font-size: 14px;
display: block;
font-weight: 400;
line-height: 24px;
text-align: left;
color:#777777;

}





.sf-menu > li > a {
    font-weight: 400;
}



@media (max-width: 1199.98px) { 
    .awards {
        height: 100%!important;
    }
    
    .awards div {
        height: 90px!important;
    }

}
@media (max-width: 768px) {  

    .partner-sperate {
        width: 36px!important;
        height: 1px!important;
    }

    .partner {
       width: 92%!important;
    }

    .partner div:nth-child(1) svg {
        width: 120px!important;
        height: 100%!important;
    }

    .partner div:nth-child(3) svg {
        width: 90px!important;
        height: 100%!important;
    }
    .partner div:nth-child(5) svg {
        width: 90px!important;
        height: 100%!important;
    }
    .partner div:nth-child(7) svg {
        width: 90px!important;
        height: 100%!important;
    }

    .partner div img {
        width: 81px!important;
        height: 100%!important;
    }
    .partner div img {
        width: 81px!important;
        height: 100%!important;
    }

    .item-service h4,.item-service p {
        text-align: center;
     }
}


@media (max-width: 567px) {  

    .partner {
       width: 96%!important;
    }

    .partner div:nth-child(1) svg {
        width: 100px!important;
        height: 100%!important;
    }

    .partner div:nth-child(3) svg {
        width: 67px!important;
        height: 100%!important;
    }
    .partner div:nth-child(5) svg {
        width: 67px!important;
        height: 100%!important;
    }
    .partner div:nth-child(7) svg {
        width: 67px!important;
        height: 100%!important;
    }

    .partner div img {
        width: 61px!important;
        height: 100%!important;
    }
    .partner div img {
        width: 61px!important;
        height: 100%!important;
    }

     .contact {
        padding:40px;
        text-align: center;
     }
    
}