.simpletext_width_fullimage {
    padding-top: 80px;
}

.simpletext_width_fullimage .content_box {
    max-width: 497px;
    width: 100%;
    margin-bottom: 80px;
}

.simpletext_width_fullimage .image_wraper {
    position: relative;
    padding-bottom: 38.75%;
    border-radius: 8.25px;
    overflow: hidden;
}

.simpletext_width_fullimage .image_wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
@media only screen and (max-width:991px){
    .simpletext_width_fullimage .content_box {
        margin-bottom: 40px;
    }
    .simpletext_width_fullimage {
        padding-top: 40px;
    }
}
@media only screen and (max-width:767px){

}