.banner-section-background {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 23rem;
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 39.99875em) {
    .banner-section-background {
        background-position: 55%
    }
}

@media screen and (min-width: 40em)and (max-width: 63.99875em) {
    .banner-section-background {
        background-position: 15%
    }
}

@media print,
screen and (min-width: 64em) {
    .banner-section-background {
        height: 40rem
    }
}

@media screen and (min-width: 85.375em) {
    .banner-section-background {
        height: 32rem
    }
}

.banner-section-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 100%
}

@media print,
screen and (min-width: 40em) {
    .banner-section-wrapper {
        width: 60%
    }
}

.banner-section-text {
    font-family: "NNNittiGrotesk-Heading";
    color: #fff
}

.banner-section .text--small {
    font-size: 1.125rem;
    margin-bottom: 1rem
}

.banner-section .text--big {
    line-height: 1.1;
    font-size: 2.125rem;
    margin-bottom: 3rem
}

@media print,
screen and (min-width: 40em) {
    .banner-section .text--big {
        font-size: 3.125rem
    }
}

@media print,
screen and (min-width: 64em) {
    .banner-section .text--big {
        font-size: 4.125rem
    }
}

.banner-section-button {
    width: auto
}

@media print,
screen and (min-width: 64em) {
    .banner-section-button {
        padding: 1.125rem 4rem
    }
}