.webinars {
    overflow: hidden;
}

.webinars__slider {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .webinars__slider {
        overflow: visible;
    }
}


.webinars__title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 38px;
}

@media (max-width: 1024px) {
    .webinars__title-box {
        margin-bottom: 20px;
    }
}

.webinars__title {
    margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
    .webinars__title {
        font-size: 22px !important;
        line-height: 1.12 !important;
    }
}

.webinars__more-link-desktop .btn-inner {
    padding-top: 2px;
}

@media (max-width: 1024px) {
    .webinars__more-link-desktop {
        display: none;
    }
}

.webinars__more-link-mobile {
    display: none;
    margin-top: 20px;
    width: 100%;
}
.webinars__more-link-mobile .btn-inner {
    font-size: 12px !important;
}

@media (max-width: 1024px) {
    .webinars__more-link-mobile {
        display: block;
    }
}

.webinars .stage-project-cover {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.webinars .stage-project-item {
    margin-top: 0 !important;

}

.webinars .stage-project-cover::before {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' %3E%3Ccircle cx='24' cy='24' r='24' fill='white'/%3E%3Cpath d='M30.9336 24.5297L20.5336 32.8435L20.5336 16.2158L30.9336 24.5297Z' fill='%23BE3D3D'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.webinars .new-reviews__description {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .webinars .new-reviews__description {
        font-size: 14px;
    }
}

.is-swiping .swiper-slide .stage-project-cover {
    pointer-events: none;
}

