.video-page-short-video-card {
    height: 424px;
    width: 274px;
}

.video-page-short-video-card video {
    height: 424px;
}

.video-page-main-video-card {
    height: auto;
    width: 100%;
}

.video-page-short-video-card video.main-video {
    height: 785px;
    width: 100%;
    border-radius: 0;
}

.video-page-main-video-card .poster-img {
    border-radius: 0;
}

.video-page-short-video-cards {
    margin: 24px 0;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.video-view-all a {
    font-family: Inter-Regular;
    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;
}

.navbar {
    position: relative;
    z-index: 2;
}

.main-video {
    margin-top: -100px;

}

.dropdown-toggle,
.desktop-nav a {
    color: #ffffff;
}

@media (max-width: 768px) {
    .video-page-short-video-cards {
        justify-content: start;
    }

    .video-page-main-video-card {
      height: auto;
        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: auto;
        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-card button img {
        width: 85%;
    }

    .video-page-short-video-cards {
        margin: 10px auto;
        gap: 10px;
    }

    .video-view-all a {
        height: 40px;
        font-size: 12px;
        width: fit-content;
    }

    .video-page-main-video-card{
            height: auto;
    }
    .video-page-short-video-card video.main-video {
        height: 473px;
    }
}

@media (max-width: 321px) {

    .video-page-main-video-card{
            height: auto;
    }
    .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;
}