.events-banner {
    
    width: 70%;
}
.events{
    display: flex;
    margin-top: 14rem;
}
.events-schedule{
    width: 30%;
}
.schedule-wrapper{
    overflow-y: scroll;
    height: 400px;
    margin:2rem auto;
}
.webinar-wrapper {
    width: 90%;
    margin: 2rem auto;
    border-radius: 8px;
}
.box-body{
    overflow-x: auto;
}
.schedule-wrapper h2{
    font-family: "Montserrat", Sans-Serif;
    font-size: 150%;
    font-weight: 700;
}
.schedule-wrapper h3{
    font-family: "Montserrat", Sans-Serif;
    font-size: 120%;
    font-weight: 700;
    color:#000;
}
.schedule-wrapper h3:hover{
    color: #0d6efd;
}
.schedule-wrapper ul{
   border-radius: 8px;
}
.schedule-wrapper ul li{
    background-color: #0dcaf057;
     padding:20px;
     position: relative;
}
.schedule-wrapper ul li:after{
    content:"";
    background: #ccc;
    width: 80%;
    height:1px;
    position: absolute;
    bottom:0;
    left:10%;
}
.schedule-wrapper span{
    font-family: "Montserrat", Sans-Serif;
    font-size: 85%;
}
.join-wrapper{
    width: 24%;
    padding: 10px;
    background-color: #0d6efd;
    color:#fff;
}
.join-wrapper a{
    color:#fff;
    font-family: "Montserrat", Sans-Serif;
    font-size: 100%;
    text-decoration: none;
}
.join-wrapper a:hover{
     color:#fff;
}
.desktop-webinar{
    display:block !important;
}
.mob-webinar{
    display:none !important;
}

.event-video-card {
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.event-video-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 5px 11px;
}

.video-info {
    padding: 10px;
    background: #f8f8f8;
}
.video-info h4{
    font-family: "Montserrat", Sans-Serif;
    font-size: 100%;
}
.events-videos{
    display: flex;
    justify-content: center;
}
.event-video-card{
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}
@media only screen and (min-width: 2100px) and (max-width: 2400px) {
    .events{
        margin-top: 15rem;
    }
    .join-wrapper a {
        font-size: 130%;
    }
    .join-wrapper{
        width: 19%;
    }
    .schedule-wrapper h2{
        font-size: 190%;
    }
    .schedule-wrapper h3{
        font-size: 155%;
    }
    .schedule-wrapper span{
        font-size: 130%;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 2000px) {
    .events {
        margin-top: 14rem;
    }
    .join-wrapper a {
        font-size: 125%;
    }
    .join-wrapper{
        width: 19%;
    }
    .schedule-wrapper h2{
        font-size: 170%;
    }
    .schedule-wrapper h3{
        font-size: 140%;
    }
    .schedule-wrapper span{
        font-size: 118%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
}
@media only screen and (min-width: 821px) and (max-width: 1024px) {
    .events {
        margin-top: 12rem;
    }
    .join-wrapper {
        width: 27%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
    .events {
        margin-top: 11rem;
    }
    .schedule-wrapper {
        width:100%;
        height: 300px;
    }
    .join-wrapper{
        width:34%;
    }
    .schedule-wrapper h3 {
        font-size: 100%;
    }
    .schedule-wrapper h2 {
        font-size: 140%;
    }
    .event-video-card {
        width: calc((100% - 20px) / 2);
    }
}
@media only screen and (max-width: 767px) {
    .schedule-wrapper{
        height: 300px;
    }
.desktop-webinar{
    display:none !important;
}
.mob-webinar{
    display:block !important;
}
.events{
    flex-wrap: wrap;
}
.event-video-card{
    width: 100%;
}
.events-banner{
    width: 100%;
}
.events-schedule{
    width:100%;
}
.join-wrapper {
    width: 52%;
}
.schedule-wrapper ul{
    padding-left:0;
    margin:0 1rem;
}
}