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
    }
}