.banner-cta.get-in-touch {
    display: grid;
    grid-template-columns: 100%;
    color: white;
    background-color: var(--optris-blue);
    margin-bottom: 2.22rem;
    position: relative;
}

.banner-cta.get-in-touch :where(picture,source) {
    display: contents;
}

.banner-cta.get-in-touch :where(img.background,.foreground) {
    grid-area: 1/1;
}

.banner-cta.get-in-touch :where(img.background,.foreground img) {
    width: 100%;
}

.banner-cta.get-in-touch img.background {
    height: 100%;
    object-fit: cover;
    max-height:100%;
    position:absolute;
    inset: 0;
}

.banner-cta.get-in-touch .foreground {
    padding-block: 0px;
    position: relative;
}

.banner-cta.get-in-touch .foreground .row {
    height: 100%;
}

.banner-cta.get-in-touch h2 {
    
    margin-bottom: 1.278rem;
}

.banner-cta.get-in-touch p {
    font-size: 1.11rem;
    margin-bottom: 1em;
}

.banner-cta.get-in-touch p:last-of-type {
    margin-bottom: 0px;
}

.banner-cta.get-in-touch .banner-button {
    margin-top: 1.278rem;
    margin-bottom: 1.278rem;
}

.banner-cta.get-in-touch .wp-block-group__inner-container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding-block:1.44em;
}

.banner-cta.get-in-touch .cta-container {
    text-align: right;
}

.banner-cta.get-in-touch .foreground img {
    max-height: 460px;
    width:auto;
    height:100%;
}

@media screen and (max-width: 960px) {
    .banner-cta.get-in-touch .banner-button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner-cta .wp-block-group {
        padding-top: 2em;
    }
}

@media screen and (max-width: 600px) {
    .banner-cta.get-in-touch {
        margin-inline: var(--bs-gutter-x);
    }
    .banner-cta.get-in-touch .foreground {
        padding-block: var(--bs-gutter-x);
    }    
}

.banner-cta.get-in-touch img:not(.background) {
    transform: translate(2.5rem,3.78rem);
}

@media screen and (max-width: 768px) {
    .banner-cta.get-in-touch img:not(.background) {
        transform: none;
        border-radius: 0.556rem;
        overflow: clip;
        background: linear-gradient(128.46deg, var(--optris-blue) 8.45%, black 93.02%);
        margin-bottom: 2em;
    }
    .banner-cta.get-in-touch .foreground .row {
        flex-direction: column-reverse;
    }
}