.hero-content .section-title h1 span.muted-content{
    background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.7) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.hero-company-slider p{
    font-size: 16px;
    font-weight: 600;
}

.hero-company-slider .swiper-slide{
    width: auto;
}

@media only screen and (max-width: 991px){
    .hero::before{
        display: none;
    }

    .hero::after{
        display: none;
    }

    .company-logo img{
        max-height: 68px;
    }
}

@media only screen and (max-width: 767px){
    .section-title h1{
        font-size: 38px;
    }
}