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

.section-continuity .card-set-full-bleed.caption-tile-set {
    display: flex;
    gap: 20px;
}

.section-continuity .caption-tile:first-child:nth-last-child(n+3),
.section-continuity .caption-tile:first-child:nth-last-child(n+3)~.caption-tile {
    width: 372px;
}

@media (max-width: 1068px) {

    .section-continuity .caption-tile:first-child:nth-last-child(n+3),
    .section-continuity .caption-tile:first-child:nth-last-child(n+3)~.caption-tile {
        width: 344px;
    }
}

@media (max-width: 734px) {
    .section-continuity .caption-tile:first-child:nth-last-child(n+3),
    .section-continuity .caption-tile:first-child:nth-last-child(n+3)~.caption-tile {
        width: 260px;
    }
}