/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.section-sustainability .touts {
    grid-template-columns: repeat(2,365px);
}
@media (max-width:1068px) {
    .section-sustainability .touts {
        grid-template-columns: repeat(2,280px);
    }
}
@media (max-width:734px) {
    .section-sustainability .touts {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        gap: 40px;
    }
}


@media only screen and (max-width: 734px) {
  .overview-innovation-data-lidar {
    transform: translateY(15px);
  }
}

.section-hero .headline {
    max-width: 91.5%;
}

.section-hero .headline .words > * {
    text-align: right;
}
@media only screen and (max-width: 734px) {
    .section-hero .headline .words > * {
        text-align: center;
    }
}
html.enhanced-xp .section-hero .headline .words {
    margin-left: -5px;
}
@media only screen and (max-width: 1068px) {
    html.enhanced-xp .section-hero .headline .words {
        margin-left: -10px;
    }
}
@media only screen and (max-width: 734px) {
    html.enhanced-xp .section-hero .headline .words {
        margin-left: 0;
    }
}

html.text-zoom .section-sustainability .sustainability-images-container {
    padding-block-end: 410px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 