
#feature-section .feature-image{
    position: relative;
}

#feature-section  .feature-image::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    aspect-ratio: 359 / 113;
    height: 113px;
    background: url(https://surajgroup.in/wp-content/uploads/2025/01/Frame-156.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

#feature-section  .feature-image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 359 / 113;
    height: 113px;
    background: url(https://surajgroup.in/wp-content/uploads/2025/01/Vision-Mision-logo-1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
#feature-section .feature-image img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
    #feature-section  .feature-image::after,#feature-section  .feature-image::before{
        content: none;
    }
}