.flex-content.text-with-media {
    padding: 90px 0;
    overflow: clip;
}

.flex-content.text-with-media .text > *:last-child {
    margin-bottom: 0;
}

.flex-content.text-with-media .cta {
    padding-top: 30px;
}

.flex-content.text-with-media .media-col img {
    position: relative;
    width: 100%;
}

.flex-content.text-with-media .full-width-image .media-col img {
    left: calc(-1 * ((100dvw - (1320px - var(--bs-gutter-x))) / 2));
    width: calc(100% + ((100dvw - (1320px - var(--bs-gutter-x))) / 2));
    max-width: unset;
}

.flex-content.text-with-media .full-width-image.flip .media-col img {
    left: auto;
}

@media only screen and (max-width: 1399px) {
    .flex-content.text-with-media .full-width-image .media-col img {
        left: calc(-1 * ((100dvw - (1140px - var(--bs-gutter-x))) / 2));
        width: calc(100% + ((100dvw - (1140px - var(--bs-gutter-x))) / 2));
    }
}

@media only screen and (max-width: 1199px) {
    .flex-content.text-with-media .full-width-image .media-col img {
        left: calc(-1 * ((100dvw - (960px - var(--bs-gutter-x))) / 2));
        width: calc(100% + ((100dvw - (960px - var(--bs-gutter-x))) / 2));
    }
}

@media only screen and (max-width: 991px) {
    .flex-content.text-with-media .full-width-image .media-col img {
        left: auto;
        width: 100%;
        margin: 0 0 30px;
    }
}