.banner {
    width: 100%;
    background-size: cover;
    position: relative;
}

.banner_titlecontainer {
    position: absolute;
    bottom: -0.5rem;
    overflow: visible;
    left: 0;
    right: 0;
}

.banner_titlecontainer--newsletter {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 6.25rem;
}

.banner__title {
    font-size: 8rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    line-height: 0.9;
    cursor: default;
}

.banner__overlay {
    background: rgba(48, 106, 99, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.overlay__image {
    position: absolute;
    bottom: 0 !important;
    left: 25%;
}

.overlay__image img {
    max-width: 70%;
}

.banner__badge {
    position: absolute;
    right: 20%;
    top: 57%;
    transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .banner__title {
        font-size: 3.5rem;
        line-height: 1;
    }

    .banner__badge {
        right: 10%;
        top: 50%;
    }

    .banner__badge img {
        max-width: 50%;
    }

    .banner {
        margin-top: 2.8125rem;
    }
}

@media (max-width: 575.98px) {
}

@media (max-width: 280px) {
    .banner {
        margin-top: 3.75rem;
    }
}