

@media only screen and (max-width: 1068px) {
    .headline-center-ol {
        position: absolute;
    }
}

@media only screen and (max-width: 1068px) {
    .resetY {
        transform: translateY(3px);
    }
    .resetYY {
        transform: translateY(-12px);
    }
}

@media only screen and (max-width: 735px) {
    .resetYY {
        transform: translateY(3px);
    }
}


@media only screen and (max-width: 1068px) {
    .section-tiles .grid-item-tile-continuity .typography-tile-text-content-headline {
        max-width: 100%;
    }
}