.about-section .left-image .about-image {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.row.right-text {
    justify-content: flex-end;
}
@media(max-width:992px) {
    .about-section {
        padding-bottom: 330px !important
    }

    .about-section .about-image {
        width: 100%;
        height: 300px;
        bottom: 0;
        top: unset
    }
}
@media(max-width:500px) {
   .about-section .left-image .about-image {
        width: 100%;
        height: 300px;
        bottom: 0;
        top: unset
    }
}