.banner-wrapper{
    background-image: url("../images/education/education_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    color: #fff;
}
.banner-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 21px;
}
.banner-text p {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 500; 
}
.banner-text .cta {
    margin-top: 44px;
}
.banner-desc{
    margin-top: 45px;
    margin-bottom: 156px;
}

/* VIDEO */
.video-wrapper{
    background-image: url("../images/education/bg_lines.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section{
    padding: 60px 0;
}
.video-left{
    width: 50%;
    max-width: 535px;
}
.video-left h2{
    color: #04B5FF;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
.video-left p{
    color: #565656;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}

.video-right{
    width: 50%;
    flex-shrink: 0;
}

@media (max-width:1199px) {
    .video-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .video-left {
        order: 2;
        width: 70%;
        max-width: 70%;
        margin-top: 20px;
    }
    .video-right {
        order: 1;
        width: 70%;
        max-width: 70%;
        margin: auto;
    }
    .video-right  iframe {
        height: 450px;
    }
    .video-left h2{
        margin-bottom: 15px;
    }
}

@media (max-width:1199px) {
    .video-left {
        width: 100%;
        max-width: 100%;
    }
    .video-right {
        width: 100%;
        max-width: 100%;
    }
    .video-right  iframe {
        height: 370px;
    }
}

@media (max-width:991px) {
    .banner-right{
        width: 50%;
        flex-shrink: 0;
    }
    .banner-right img{
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .banner-desc{
        flex-direction: column;
        margin-bottom: 100px;
    }
    .banner-left{
        order:2;
        margin-top: 30px;
    }
    .banner-right{
        width: 80%;
    }
}