.single-event {
    max-width: 1800px;
    width: 100% !important;
    margin: 80px auto 0;
}

.single-bread_crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6C737F !important;
    text-decoration: none !important;
    margin-bottom: 33px;
}

.single-event__title {
    font-weight: 600;
    font-size: 80px;
    line-height: 120%;
    color: #111927;
    text-transform: none !important;
}

.single-event-container-top {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    padding: 80px 0 160px;
}

.single-event__image img {
    max-width: 880px;
    max-height: 467px;
    overflow: hidden;
    border-radius: 32px;
    object-fit: cover;
}

.single-event__content {
    width: 100%;
    max-width: 100%;
}

.single-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.single-event__date, .single-event__time, .single-event__location {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #6C737F;
}

.single-event__text p {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #111927;
    margin-bottom: 24px;
}

.single-event__content span {
    display: flex;
    align-items: center;
    gap: 10px;
    p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #6C737F;
        margin: 0 0 6px 0 !important;
    }
    a {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: #6E2ACD;
        padding-bottom: 2.6px;
        border-bottom: 2px solid #CAB6E6;
        text-decoration: auto !important;
    }
}

/**/

.this-event {
    display: flex;
    gap: 40px;
}

.this-event img {
    max-width: 880px; 
    overflow: hidden;
    border-radius: 32px;
    overflow: hidden;
}

.this-event .this-event__info h4 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #111927;
    margin-bottom: 32px;
}

.this-event .this-event__info .event_list li {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #6C737F;
}

.this-event .this-event__info .event_list {
    margin: 0 0 32px 0;
}

.this-event .this-event__info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #6C737F;
    margin: 0 0 32px 0;
}

/**/

.upcoming-events {
    padding: 160px 0;
}

.upcoming-events .herov3-title {
    text-align: left;
    color: #111927;
    margin-bottom: 0 !important;
}

/**/

.book-meeting .herov3-title.solutions {
    color: #111927;
    margin-bottom: 32px;
}

.book-meeting .herov3-signature {
    max-width: 1185px;
    margin: 0 auto 32px;
}

.book-meeting .herov3-btn-main {
    margin: 0 auto 32px;
    display: block;
    max-width: max-content;
}

/**/

.guide-container {
    padding-top: 80px;
}

.guide-top {
    max-width: 1145px;
    margin: 0 auto 24px;
}

.guide-top .herov3-title {
    color: #111927 !important;
}
/**/

@media (max-width: 1870px) {
    .single-event {
        padding: 0 60px;
    }
}

@media (max-width: 1775px) {
    .single-event__image img, .this-event img {
        max-width: 750px;
        overflow: hidden;
        border-radius: 32px;
        object-fit: cover;
    }
}

@media (max-width: 1520px) {
    .single-event__image img, .this-event img {
        max-width: 640px;
        border-radius: 24px;
    }

    .single-event__meta {
        margin-bottom: 20px;
    }

    .single-event__date, .single-event__time, .single-event__location {
        font-size: 16px;
        color: #6C737F;
    }

    .single-event__text p {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .single-bread_crumbs {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .single-bread_crumbs span svg {
        width: 24px;
        height: 24px;
    }

    .single-event__title {
        font-size: 60px;
    }

    .single-event__content span {
        p {
            font-size: 16px;
            margin: 0 0 6px 0 !important;
        }

        a {
            font-size: 16px;
            padding-bottom: 2.6px;
        }
    }

    .this-event .this-event__info h4 {
        font-size: 36px;
    }

    .this-event .this-event__info .event_list li, .this-event .this-event__info p {
        font-size: 18px;
    }

    .upcoming-events {
        padding: 40px 0;
    }
}


@media (max-width: 1310px) {
    .single-event__image img, .this-event img {
        max-width: 500px;
    }
}

@media (max-width: 1160px) {
    .single-event__text p {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

@media (max-width: 1120px) {
    .single-event {
        padding: 0 24px;
        margin: 48px auto 0;
    }

    .single-event__title {
        font-size: 48px;
    }
}

@media (max-width: 985px) {
    .single-event-container-top {
        flex-direction: column;
        gap: 24px;
        padding: 80px 0 40px;
    }

    .single-event__image img, .this-event img {
        max-width: 100%;
        max-height: 390px;
    }

    /**/

    .this-event {
        display: flex;
        flex-direction: column;
    }

    /**/

    .guide-container {
        padding-top: 40px;
    }

    .guide-top {
        max-width: 1145px;
        margin: 0 auto 0;
    }
}

@media (max-width: 550px) {
    .single-event {
        margin: 40px auto 0;
    }

    .single-event__title {
        font-size: 36px;
    }

    /**/

    .single-event-container-top {
        gap: 24px;
        padding: 40px 0;
    }

    .this-event .this-event__info h4 {
        font-size: 24px;
    }

    /**/

    .events__cards-list {
        margin-top: 32px;
    }
}