.video-hero-v2 {
    position: relative;
    width: 100%;
}

.video-hero-v2 .container {
    padding: 0;
}

.video-container {
    width: 100%;
    height: 18.75rem;
}

.video-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 1rem;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-overlay {
    display: flex;
    padding: 1.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}

.content-overlay h1 {
    margin: 0;
    color: #141414;
    font-size: 3rem;
    font-weight: 700;
}

.content-overlay .description {
    color: #141414;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .video-wrapper {
        margin-bottom: 2rem;
    }
    .video-hero-v2 {
        border-bottom: 1px solid #DEE2E6;
    }

    .video-container {
        height: 590px;
    }

    .content-overlay {
        padding: 1.5rem 0;
    }

    /* .content-overlay h1 {
        font-size: 2.25rem;
    }

    .content-overlay .description {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5625rem;
    }*/

}