.header-4 .big-ic-link {
    max-width: clamp(16rem, 50vw, 70rem);
}
.slick-track {
    align-items: center;
    display: flex;
}
.find-services label{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
}
.find-services select{
    font-size: 1.5rem;
    font-weight: 100;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 3px;
    background: none;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    color:#5894e1;
    height: 39px;
}
.find-services select option{
    color:#5894e1;
    font-size: 1.1rem;
}
@media (min-width: 768px) {
.our-commitments .result.w-2, .our-commitments .result.w-2 {
    margin-left: 0% !important;
    margin-right: 0% !important;
    width: 50%;
    }
    .header-4 .big-ic-link {
    max-width: clamp(190px, 15vw, 208px);
}
}
@media (min-width: 992px){
     .find-services label{
        font-size: 1.5rem;
        margin-right: 20px;
    }
    .find-services select {font-size: 1.5rem; width: 70%; height: 49px}
}
}