.video-page-short-video-card {
    height: 424px;
    width: 274px;
}

.video-page-short-video-card video {
    height: 424px;
}

.video-page-main-video-card {
    height: 680px;
    width: 100%;
}

.video-page-short-video-card video.main-video {
    height: 680px;
    width: 100%;
}


.video-page-short-video-cards {
    margin: 8px 0;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.video-view-all a {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 20px;
    color: #003564;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    margin: 1.5rem auto 0 auto;
    /* text-underline-offset: 10px; */
    text-decoration: none;
    border: 0;
    width: 205px;
    height: 50px;
    padding: 0 1rem;
    border-radius: 115px;
    display: block;
    align-content: center;
    background-color: #ffffff;
    border: 1.5px solid #003564;
}

.video-view-all a {
    border: 1.5px solid #003564;
}

.video-view-all a:hover {
    color: #FB4D08;
    border-color: #FB4D08;
}

@media (max-width: 768px) {
    .video-page-short-video-cards {
        justify-content: start;
    }

    .video-page-main-video-card {
        height: 473px;
        width: 100%;
    }

    .video-page-short-video-card video.main-video {
        height: 473px;
    }
}

@media (max-width: 426px) {


    .video-page-short-video-card {
        height: 238px;
        width: 155px;
    }

    .video-page-short-video-card video {
        height: 238px;
    }

    .video-page-main-video-card {
        height: 400px;
        width: 100%;
    }

    .video-page-short-video-card video.main-video {
        height: 400px;
    }

    .video-page-short-video-card h3 {
        width: 90%;
        font-size: 14px;
        line-height: 18px;
        bottom: 10px;
    }

    .video-page-short-video-cards {
        gap: 10px;
    }

    .video-page-short-video-card button img {
        width: 85%;
    }

    .video-page-short-video-cards {
        margin: 5px auto;

    }

    .video-view-all a {
        height: 40px;
        font-size: 12px;
        width: fit-content;
    }

    .video-page-main-video-card,
    .video-page-short-video-card video.main-video {
        height: 473px;
    }
}

@media (max-width: 321px) {

    .video-page-main-video-card,
    .video-page-short-video-card video.main-video {
        height: 400px;
    }

    .video-view-all a {
        height: 40px;
        font-size: 12px;
        width: fit-content;
    }
}

.latest_blogs .section-header .tabsets {
    animation: none;
}