section.video--Component {
    padding: 60px 0px;
}

.article--Image-Wrap.video-component-Image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article--Image-Wrap.video-component-Image iframe {
    width: 100%;
    height: 630px;
}

.video--ContentWraper h5 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    color: var(--text-color);
    margin-bottom: 20px;
}

.video--ContentWraper {
    margin-bottom: 30px;
}

.video--ContentWraper h6 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 118.75% */
    color: var(--text-color);
    margin: 0px;
}

.video--ContentWraper p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: #676767;
}

.article--Image-Wrap.video-component-Image .video--PlayButton img {
    filter: brightness(0) invert(1);
}

.article--Image-Wrap.video-component-Image {
    margin: 0px;
}

@media(max-width:768px){
    .video--ContentWraper h5 {
        font-size: 30px;
        line-height: 38px;
    }
    .video--ContentWraper h5 br{
        display: none;
    }
    .video--ContentWraper h6 {
        font-size: 24px;
        line-height: 30px;
        margin: 0px;
    }

    .video--ContentWraper {padding-bottom: 60px;margin: 0px;}

    section.video--Component {
        padding: 20px 0px;
    }
    .article--Image-Wrap.video-component-Image iframe{
        height: 200px;
    }
}