.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}
.about-img {
    max-width: 420px !important;
}

 .about-img .about-img-text {
    width: 170px;
    height: 178px;
    text-align: center;
    position: absolute;
    bottom: -69px;
    left: -62px;
    background-image: url(../img/about-img/shape.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 27px 0;
}
@media only screen and (max-width: 767px){
    .about-img .about-img-text {
        width: 130px;
        height: 115px;
        text-align: center;
        position: absolute;
        bottom: -40px;
        left: 0px;
        background-image: url(../img/about-img/shape.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 10px 0;
    }
}

.footer-widget .footer-logo img {
    max-width: 100%;
}