.webinar-page-banner {
    position: relative;
    background: linear-gradient(183deg, #112560 0%, #234CC6 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
        padding: 52px 0;
}

.webinar-page-banner .left-content {
    max-width: 540px;
}

.webinar-page-banner .event-button.cta-button {
    color: #FFF;
    font-size: 23.277px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.588px;
    letter-spacing: 0.233px;
    padding: 0;
    background: transparent;
    margin: 0 0 10px;
}


.webinar-page-banner-content h1 {
    color: #FFF;
    line-height: normal;
    letter-spacing: 0.64px;
    margin: 0 0 10px;
}

.webinar-page-banner-content p {
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.16px;
}

.sk--animation-right-content {
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 0px;
    z-index: 1;
    width: 75%;
}

.sk--animation-right-content lottie-player {
    width: 100%;
    height: 100%;
}


@media (max-width: 1300px) {

    .webinar-page-banner .left-content {
        max-width: 480px;
    }
.sk--animation-right-content {
    width: 100%;
        left: 25%;
    }
}

@media (max-width: 992px) {
.sk--animation-right-content {
        display: none;
    }
     .webinar-page-banner .left-content {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .webinar-page-banner .container {
        padding: 0 20px;
    }

    .webinar-page-banner-content h1 {
        font-size: 26px;
    }
}