h3+span.nowrap {
    margin-top: 0px;
}

.section-welcome .header-eyebrow {
    -webkit-background-clip: text !important;
}

.section-productivity .caption-tile:first-child:nth-last-child(2) ~ .caption-tile {
    width: 372px;
}


@media only screen and (max-width: 1068px) {
    .section-productivity .caption-tile:first-child:nth-last-child(2) ~ .caption-tile {
        width: 344px;
    }
}

@media only screen and (max-width: 734px) {
    .section-productivity .caption-tile:first-child:nth-last-child(2) ~ .caption-tile {
        width:260px
    }
}

html.no-reduced-motion .caption-tile .media-block:not(.static-fallback-only) .fallback-frame, html.no-reduced-motion .section-highlights .gallery-item .media-block:not(.static-fallback-only) .fallback-frame{
    visibility: visible;
}

@media only screen and (max-width: 734px) {
    .section-highlights [data-ac-gallery-item].media-gallery-item-spotlight .positioned-media-element{
        --p-width: 400px;
        --p-height: 580px;
    }
}