.video-container {
    width: 80%;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 600px;
}

.blog-title:hover {
    color: #28a745;
}

.blog-title {
    color: #343a40;
    font-family: "ImpactRegular", "W60ArtHouse";
    font-size: 1.5rem;
    /* font-weight: ; */
}

.video-title {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .video-container iframe {
        height: 200px;
        padding: 0rem 1.5rem;
    }
}
.video {
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 768px) {
    .video {
        height: 219px;
    }
}

.title-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.title {
    font-size: 2.5rem;
    color: #6e6e6e;
    font-family: 'impact_1', sans-serif !important;
}

.title:hover {
    color: #28a745 !important;
}

@media screen and (max-width: 768px) {
    .title-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 0rem 1.5rem;
    }

    .title {
        font-size: 1.5rem;
    }
}
