.video-grid__cards {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
}
    .video-grid__card {
        width: 100%;
        max-width: calc(50% - 3px)
}
    .video-grid__card h3 {
        margin-bottom: 24px;
        font-size: var(--wp--preset--font-size--font-24-px);
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgb(95 175 220 / var(--tw-text-opacity, 1));
            opacity: 0.83
}
    .video-grid__card iframe {
        width: 100%
}
