.alt-for-ai {
    display: block;
    font-size: 19px;
    padding-top: 14px;
    color: #6E6E73;
    font-weight: normal;
}

@media only screen and (max-width: 1068px) {
    .alt-for-ai {
        font-size: 14px;
        padding-top: 12px;
    }
}

@media only screen and (max-width: 734px) {
    .alt-for-ai {
        font-size: 12px;
        padding-top: 8px;
    }
}

.alt-for-ai-tile {
    display: block;
    font-size: 14px;
    padding-top: 16px;
    color: #6E6E73;
    font-weight: normal;
}

@media only screen and (max-width: 1068px) {}

@media only screen and (max-width: 734px) {
    .alt-for-ai-tile {
        font-size: 12px;
    }
}

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

 .media-card-gallery-content .media-gallery-item-5 .caption {
    width: 666px !important;
}

@media only screen and (max-width: 1068px) {
    .media-card-gallery-content .media-gallery-item-5 .caption {
        width: auto !important;
    }
}