.m-f {
    position: relative;
    font-family: "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 25px;
    top: -1px;
}

@media only screen and (max-width: 1068px) {
    .m-f {
        font-size: 22px;
    }
}

@media only screen and (max-width: 734px) {
    .m-f {
        font-size: 18px;
    }
}

.s-show {
    display: none;
}

@media only screen and (max-width: 375px) {
    .s-show {
        display: block;
    }
}

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

@media (min-width: 735px) {
    #multitasking-gallery .item-container .card-container:nth-child(1) .card-caption-content {
        --caption-width: 502px;
    }
}

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