/* line height */
.typography-section-headline, .section-headline {
    line-height: 1.161;
}


@media only screen and (max-width: 1068px) {
    .typography-section-headline, .section-headline {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 734px) {
    .typography-section-headline, .section-headline {
        line-height: 1.1;
    }
}

/* section-devices */
@media only screen and (max-width: 734px) {
    .section-devices .devices-container .devices-item:last-child {
        grid-column: 1/-1;
        margin: 0 auto;
    }
}