.events__section {
    padding-block: 60px;
}

.events__section:last-child {
    padding-bottom: 120px;
}

.events__section-header {
    align-items: flex-start;
}

.events__section-header h2,
.events__section-header h3 {
    margin: 0;
}

.events__section-header h2 {
    font-size: clamp(28px, 2vw, 42px);
    line-height: 1.1;
    margin-left: 0 !important;
}

.events__section-header h3 {
    line-height: 1.4;
    text-wrap: balance;
}

.events__section-header ul._text {
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;
}

.events__section-header ul._text li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
    font-weight: 300;
}

.events__section-header ul._text li::before {
    content: "■" !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #244c60;
    font-size: 0.8rem;
    line-height: 1.4;
}

.events__section-gallery {
    margin: 2.5rem 0 0 0 !important;
}

.events__section-gallery._v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "first second";
    gap: 3rem;
}

.events__section-gallery._v2 .section-gallery__photo img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .events__section-gallery._v2 {
        display: flex;
        gap: 0;
    }

    .events__section-gallery._v2 .section-gallery__photo {
        flex-shrink: 0;
        width: 100%;
    }

    .events__section .swiper-pagination {
        position: relative;
        margin-top: 1rem;
        bottom: 0;
    }

    .events__section .swiper-pagination-bullet {
        background: #244c60;
        opacity: 0.3;
    }

    .events__section .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .events__section {
        padding-block: 40px;
    }

    .events__section:last-child {
        padding-bottom: 40px;
    }

    .events__section-gallery._v2 .section-gallery__photo img {
        min-height: 320px;
    }
}