.image_sect.full_width .image_wrap {
    margin: 0 calc(50% - 50vw);
}
.image_sect .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.image_sect.fixed_height .image {
    object-fit: cover;
    object-position: center;
}
.image_sect .image_insc {
    text-align: center;
    margin: 0.625em 0 0;
    color: #4B4EFC;
    font-family: Inter, sans-serif;
    font-size: 0.75em;
    line-height: 2;
}
.image_sect .image_insc.style2 {
    font-size: 2.25em;
    font-family: Inter, sans-serif;
    color: #1E1E1E;
    font-weight: 600;
    line-height: 1.22;
    text-transform: capitalize;
    margin: 1.15em 0 0;
    letter-spacing: -0.02em;
}
@media(max-width: 767px) {
    .image_sect .image_insc.style2 {
        font-size: 1.75em;
    }
}