.about-info-wrapper{
    padding: 60px 0;
}

.about-info-wrapper{
    font-weight: 600 !important;
}

.vision-section{
    position: relative !important;
    top: 0 !important;
    background-image: url("../Assets/vision_bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important ;
    background-size: cover !important;
    padding: 160px 0;  
    background-blend-mode: none !important;  
}

@media screen and (max-width: 991px) {
    .about-info-wrapper{
        padding: 30px 0;
    }
}