@media only screen and (min-width: 1069px) {
    .section-hero .hero-container .section-headline {
        max-width: 400px;
    }
    .section-tiles .grid-efficiency-dna .tile-content-headline {
        max-width: 19rem;
    }
    .modal.modal-tiles.modal-tiles-efficiency .modal-content-hero .card-headline {
        max-width: 45rem;
    }
    .section-innovation .section-headline {
        max-width: 35rem;
        margin-left: auto;
        margin-right: auto;
    }
    .section-mobility .grid-item.grid-mobility-access .tile-content-headline {
        max-width: 253px;
    }
    .section-explore .typography-section-headline {
        max-width: 50rem;
    }
}


@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .section-tiles .grid-efficiency-dna .tile-content-headline {
        max-width: 17rem;
    }
    .modal.modal-tiles.modal-tiles-efficiency .modal-content-hero .card-headline {
        max-width: 40rem;
    }
    .section-mobility .typography-section-headline {
        max-width: 23rem;
    }
    .section-innovation .section-headline {
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }
    .section-mobility .grid-item.grid-mobility-access .tile-content-headline {
        max-width: 229px;
    }
    .section-mobility .grid-item.grid-mobility-capture .tile-content-headline {
        max-width: 229px;
    }
    .section-apps .typography-section-headline {
        max-width: 28rem;
    }
    .section-explore .typography-section-headline {
        max-width: 30rem;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-container .section-headline {
        max-width: 450px;
    }
    .section-mobility .typography-section-headline {
        max-width: 23rem;
    }
    .section-innovation .section-headline {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-tiles .grid-efficiency-dna .tile-content-headline {
        max-width: 19rem;
    }
    .section-mobility .grid-item.grid-mobility-access .tile-content-headline {
        max-width: 229px;
    }
    .section-mobility .grid-item.grid-mobility-capture .tile-content-headline {
        max-width: 229px;
    }
    .section-efficiency .grid-item.grid-efficiency-review .tile-content-headline {
        max-width: 220px;
    }
    .section-apps .typography-section-headline {
        max-width: 28rem;
    }
}

@media only screen and (max-width: 480px) {
    .section-hero .hero-container .section-headline {
        max-width: 230px;
    }
    .section-mobility .typography-section-headline {
        max-width: 16rem;
    }
    .section-innovation .section-headline {
        max-width: 290px;
    }
    .section-mobility .grid-item.grid-mobility-access .tile-content-headline {
        max-width: 225px;
    }
    .section-apps .typography-section-headline {
        max-width: 300px;
    }
}