

@media (min-width: 576px) {
    .section .section-head .section-headline {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .section .section-wrapper {
        display: flex;
        justify-content: center;
    }

    .section .section-head {
        position: relative;
        width: 0;
        line-height: 1;
        margin-bottom: 0;
    }

    .section .section-head .section-headline {
        position: absolute;
        bottom: 0;
        right: 32px;
        width: 512px;
        text-align: right;
    }
}