.banner .col-wpr {
    background-color: initial !important;
}
.banner.fw-bnr {
    height: 560px !important;
    min-height: 560px !important;
    background-position: 85% 50%;
}
.btn.banner-cta {
    background-color: #fff;
    border: 2px solid #006ac3;
    box-sizing: border-box;
    color: #006ac3 !important; 
    padding: 20px 32px;
    font-weight: 500;
    width: 100%;
    max-width: 380px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.banner:after {
    content: "";
    background: linear-gradient(105deg, #493625 0%, rgba(0, 0, 0, 0) 75%) !important;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background-repeat: no-repeat;
}
.banner .section-inner {
    z-index: 2;
    height: 100%; 
    max-width: 1200px !important;
}
.banner .section-inner {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .col-8 {
    max-width: 560px;
}
@media only screen and (max-width: 639px) {
    .bnr-text-mobile {
        background: linear-gradient(360deg, #493625 0%, #493625 80%, rgba(0, 0, 0, 0) 100%) !important;
        margin-top: -70px !important;
        z-index: 5;
        position: relative;
        height: 100%;
    }
    .banner .col-8 {
        max-width: 100%;
    }
    .btn.banner-cta {
        max-width: 100%;
    }
    .banner.fw-bnr {
        height: auto !important;
        min-height: 0 !important;
    }
@media only screen and (min-width: 2000px) {
    .banner.fw-bnr {
        background-position: 50% 20%;
    }
}