body:has(.site-header + .two-column-with-image-section) .site-header {
    position: absolute;
    border-bottom: 0;
}

body:has(.two-column-with-image-section) .site-header.is-sticky {
    position: fixed;
}

.site-header+.two-column-with-image-section {
    padding-top: 162px;
}

.two-column-with-image-section {
    margin: 0;
    padding: 83px 0;
    background-image: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.two-column-with-image-section .column-left {
    width: 48.25%;
}

.two-column-with-image-section .column-right {
    width: 45.25%;
}

.two-column-with-image-section .column-right .img-wraper {
    position: relative;
    padding-bottom: 60%;
    border-radius: 24px;
    overflow: hidden;
}

.two-column-with-image-section .column-right .img-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.two-column-with-image-section .column-left .btn-wrap {
    margin-top: 30px;
}

.two-column-with-image-section .btn-div {
    margin-top: 30px;
}

body.contact a.btn.btn-black-border svg {
    display: none;
}

body.contact a.btn.btn-black-border {
    padding: 11px 20px 11px 48px;
    background-image: url(../images/call.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
}

@media only screen and (max-width:1199px) {
    .two-column-with-image-section .column-left {
        width: 52%;
    }
}

@media only screen and (max-width:991px) {
    .site-header+.two-column-with-image-section {
        padding-top: 142px;
    }
    .two-column-with-image-section .column-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .two-column-with-image-section .column-right {
        width: 100%;
    }
    .two-column-with-image-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width:767px) {
    .site-header+.two-column-with-image-section {
        padding-top: 122px;
    }
    .two-column-with-image-section {
        padding: 40px 0;
    }
}