.banner-wrapper{
    background-image: url("../images/podcasts/podcasts-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    color: #fff;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 17px;
}
.banner-text p {
    margin-bottom: 47px;
    font-size: 20px;
    font-weight: 500; 
}
.banner-text .cta {
    margin-top: 44px;
}
.banner-desc{
    margin-top: 84px;
    margin-bottom: 156px;
}
.banner-icon-box {
    margin-bottom: 35px;
}
.banner-icon-box span {
    font-weight: 500;
    font-size: 32px;
    color: #00B4FF;
    margin-left: 10px;
}
.banner-right {
    max-width: 685px;
    width: 100%;
}
.banner-right img {
    width: 100%;
}

.video-wrapper {
    padding-bottom: 150px;
}
.video-box-wrapper {
    flex-wrap: wrap;
}
/* .video-section-title {
    font-weight: 700;
    font-size: 40px;
    color: #262B32;
    text-transform: uppercase;
    text-align: center;
    margin-top: 68px;
    margin-bottom: 90px;
}
.video-section-title span {
    color: #04B5FF;
} */
.video-box {
    width: 45%;
    margin-bottom: 90px;
}
iframe {
    aspect-ratio: 16 / 9;
}

@media (max-width:1199px) {

}

@media (max-width:991px) {
    .banner-desc {
        margin-top: 50px;
        flex-direction: column;
    }
    .banner-right{
        order: 1;
        margin-bottom: 40px;
    }
    .banner-left{
        order: 2;
    }
}

@media (max-width:767px) {
    .banner-desc{
        flex-direction: column;
        margin-bottom: 100px;
    }
    .banner-text h1 {
        font-size: 32px;
    }

    .video-box {
        width: 100%;
    }
}