.main-container .site-row__site-banner.row-container > .row-parent {
    padding: 0;
}

.main-container .site-row__site-banner--full > .row {
    max-width: none;
}
.site-row__site-banner--full .site-banner__body {
    max-width: 1400px;
    margin: 0 auto;
}

.site-banner {
    padding: 0 2rem;
    padding-top: 4rem;
    @media (max-width: 569px) {
        height: 400px !important;
    }
    @media (min-width: 570px) and (max-width: 959px) {
        height: 500px !important;
    }
    @media (min-width: 570px) {
        padding: 0 4rem;
        padding-top: 6rem;
    }
}

.site-banner__body {
    height: 100%;
    position: relative;
    width: 100%;
}

.site-row__site-banner .site-banner__headline,
.site-row__site-banner .site-banner__subheadline {
    font-weight: 400;
    text-shadow: 2px 2px 10px #000;
}

.site-row__site-banner .site-banner__headline {
    color: #fff;
    font-size: 2.4rem;
    text-transform: uppercase;
    @media (min-width: 570px) {
        font-size: 3rem;
    }
    @media (min-width: 960px) {
        font-size: 3.4rem;
    }
}

.site-row__site-banner .site-banner__subheadline {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 0;
    @media (min-width: 570px) {
        font-size: 1.6rem;
    }
    @media (min-width: 960px) {
        font-size: 1.8rem;
    }
}

a.site-banner__link {
    background-color: #d48232;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 30%);
    bottom: 4rem;
    color: #fff !important;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1rem 1.5rem;
    position: absolute;
    
}
a.site-banner__link:hover {
    background-color: #555;
}

.home-banner a.site-banner__link {
    right: 0;
}
.home-banner a.site-banner__link:before {
    content: "";
    background: url(/wp-content/uploads/2024/10/icon.svg) no-repeat center;
    background-size: cover;
    display: block;
    filter: invert(1) brightness(5);
    height: 32px;
    margin-right: 1rem;
    width: 32px;
}
