.video-blog__box-1 {
    display: flex;
    flex-direction: column;
    row-gap: 1.5em;
}

.video-blog__box-2 {
    margin-top: 3rem;

    display: grid;
    grid-template-columns: 3fr 1fr;
}

.video-blog__box-3 {
    margin-top: 3rem;

    display: flex;
    justify-content: center;
}

.video-blog__box-4 {
    margin-top: 3rem;

    display: flex;
    justify-content: center;
    column-gap: 4rem;
}

.video-blog__title {
    text-align: center;
}

.video-blog__text {
    text-align: center;
}

.video-blog__btn {
    padding: 1rem 1.75rem !important;

    min-width: 19rem;

    /* font-size: 1.125rem; */
    font-weight: 600;
}