.expertise {
    padding: 160px 0;
}

.expertise__heading {
    text-align: center;
    margin-bottom: 80px;
}

.expertise__heading span {
    display: block;
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);
    text-align: center;

    /* Text 14 UPPERCASE */
    font-family: "PPNV";
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.expertise__heading h2 {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-align: center;

    /* Heading L Items */
    font-family: "Items";
    font-size: var(--font-size-Level-11, 52px);
    font-style: normal;
    font-weight: 325;
    line-height: var(--line-height-Level-11, 56px);
    /* 107.692% */
    letter-spacing: 1.04px;
    margin-bottom: 0;
    font-variation-settings: 'wdth' 450;
}

.expertise__videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.videocard__thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    isolation: isolate;
    margin-bottom: 20px;
}

.videocard a:has(img)::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34' fill='none'%3E%3Cg filter='url(%23filter0_d_10883_8367)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00401 28L4 2L30 15.0451L4.00301 28H4.00401Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_10883_8367' x='0' y='0' width='34' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_10883_8367'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_10883_8367' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.35));
    bottom: 16px;
    right: 15.5px;
}

.videocard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.videocard iframe {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videocard__text {
    margin-bottom: 30px;
}

.videocard__text span {
    color: var(--Tokens-Text-Text-Low-Contrast, #7E868C);

    /* Text 12 semibold */
    font-family: "PPNV";
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 14px;
    /* 116.667% */
    letter-spacing: 0.36px;
    display: block;
    margin-bottom: 10px;
}

.videocard__text h3 {
    overflow: hidden;
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    text-overflow: ellipsis;

    /* Heading S Items */
    font-family: "Items";
    font-size: var(--font-size-Level-8, 24px);
    font-style: normal;
    font-weight: 350;
    line-height: var(--line-height-Level-8, 26px);
    /* 108.333% */
    letter-spacing: 0.48px;
    font-variation-settings: 'wdth' 550;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    margin-bottom: 20px;
}

.videocard__text a {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);

    /* Text 16 semibold */
    font-family: "PPNV";
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
}

.expertise__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.expert__article {
    display: block;
    padding: 30px 30px 40px 30px;
    border-radius: 10px;
    background: var(--Primitives-Slate-Slate-2, #F8F9FA);
}

.expert__article-top {
    display: block;
    margin-bottom: 20px;
    color: var(--Tokens-Text-Text-Mid-Contrast, #4D565C);

    /* Text 16 */
    font-family: "PPNV";
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
}

.expert__article-title {
    display: block;
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
    margin-bottom: 40px;

    /* Text 18 semibold */
    font-family: "PPNV";
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.36px;
}

.expert__article a {
    color: var(--Tokens-Text-Text-Hi-Contrast, #010203);

    /* Text 16 semibold */
    font-family: "PPNV";
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
}

.expertise__footer {
    text-align: center;
}

@media (max-width: 992px) {
    .expertise {
        padding: 80px 0;
    }

    .expertise__heading {
        margin-bottom: 40px;
    }

    .expertise__heading span {
        margin-bottom: 20px;
    }

    .expertise__heading h2 {
        color: var(--Tokens-Text-Text-Hi-Contrast, #010203);
        text-align: center;

        /* Heading L Items */
        font-family: "Items";
        font-size: var(--font-size-Level-11, 32px);
        font-style: normal;
        font-weight: 325;
        line-height: var(--line-height-Level-11, 34px);
        /* 106.25% */
        letter-spacing: 0.64px;
    }

    .expertise__videos {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .expertise__articles {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
        gap: 10px;
    }
}