.section-side-image {
    background: rgb(2 61 79 / 9%);
}

    .section-side-image .text-content {
        /*max-height: 170px;*/
        overflow: hidden;
    }




@media only screen and (min-width: 576px) and (max-width: 768px) {
    .image-inner-container {
        margin-bottom: -15%;
        margin-top: -8%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .image-inner-container {
        width: 220%;
        margin-left: -92%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .image-inner-container {
        width: 190%;
        margin-left: -70%;
    }
}

@media only screen and (min-width: 1400px) {
    .text-inner-container {
        width: 75%;
    }
}
