.event__container {
    gap: 45px !important;
}

#eventTeasers {
        --bs-gutter-x: 2.5rem;
}

.event__text--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.event__text--container > div {
    display: flex;
   align-items: baseline;
}

.event__text--container i {
   font-size: 13.5px;
    margin-right: 5px;
}

.event__text--container span {
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    flex: 1;
}

.event__text--container div img {
    margin-right: 5px;
}

.event__text--container div * {
    font-size: 13.5px!important;
    line-height: 22px!important;
}

.event__text--container div li {
    line-height: 27px!important;
}

.event__text--container div sub,
.event__text--container div sup{
    font-size: 11px!important;
    line-height: 22px!important;
}

.event__image--container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    overflow: hidden;
}

.event-image {
    width: 100%;
    max-width: 222px;
    height: 100%;
    object-fit: cover;
    max-height: 93px;
    object-position: center;
}

.event__card {
    height: 100%;
    max-width: 100%;
    border: 1px solid var(--dark-gray-color);
    padding: 27px;
    background-color: var(--white-color);
}

.event__card--container {
    max-width: 544px;
}

.event__card .row {
    margin-bottom: 18px;
}

.event__title {
    font-weight: var(--font-bold);
    font-size: 23px;
    line-height: 36px;
}

.event__button-container {
    display: flex;
    justify-content: end;
}

.event__button {
    background-color: var(--primary-color) !important;
    border-radius: 0;
    min-height: 40px;
    padding: 0 27px;
    color: white !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event__button:hover {
    background-color: var(--wagner-Green-color) !important;
}

.event__button:active {
    background-color: var(--wagner-Green-color) !important;
}

.event__button span {
    color: white;
    font-weight: var(--font-bold);
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 9px;
}

.event__accordion {
    position: relative;
    padding-top: 36px;
    border-bottom: 1px solid var(--gray-color);
}
.event__accordion.hide {
    display: none;
}

.event__accordion--button-container {
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
}

.event__accordion--button-container span {
    color: var(--primary-color);
    font-weight: var(--font-bold);
    font-size: 13px;
    line-height: 22px;
}

.event__accordion--button-container img {
    color: var(--primary-color);
}

.event__accordion--button {
    border: none !important;
}
.icon-share-2 i {
    font-size: 24px;
    line-height: inherit;
}

.border-bottom-none {
    border-bottom: 0;
}

.event__accordion--text--container {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--gray-color);
    padding-top: 27px;
    max-width: 200px;
}

.events__filters__wrapper > .row {
    margin: 0 !important;

    .slider-thumbnails__container {
        flex-direction: column;
        padding: 5% 0;
    }
}

@media (max-width: 767px) {
    .event__button-container {
        justify-content: start !important;
    }

    .event__container {
        display: flex;
        justify-content: center;
    }


    .event__card {
        min-width: 280px;
    }

    .event__accordion--text--container {
        max-width: 100%;
    }

    .event__text--container {
        margin-bottom: 13px;
    }


    .event__image--container {
        justify-content: start !important;
    }
}