.video-section {
    padding-bottom: 119px;
    padding-top: 90px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.video-section .video-container {
    padding: 0 67px;
    width: 100%;
}

.video-section h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 51px;
    text-align: center;
    position: relative;
}

.video-section h4::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 3px;
    background: #EE3235;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
    .video-section {
        background: none;
        padding-bottom: 98px;
        padding-top: 50px;
    }

    .video-section .video-container {
        padding: 0 14px;
    }

    .video-section h4 {
        font-size: 27px;
        max-width: 85%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
