.about h1 {
    margin-top: 35px;
    font-size: 35px;
    font-weight: 700;
    color: #F7941D;
}

.about h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #F7941D;
    left: 3%;
    bottom: 35%;
    margin-left: -20px;
}

.about .button .btn {
    border-radius: 2rem;
    color: #fff;
}

.partners-sec .partners-sec-logos{
    position: relative; 
    left: 2.5rem;
}

@media only screen and (max-width: 575px) {
    .partners-sec .partners-sec-logos{
        left: 0.5rem;
    }
    
}

@media only screen and (max-width: 767px) {
    .about .image {
        width: 100% !important;
    }
    .about h1::before {
       display: none;
    }
}
