.main-swiper-content {
    padding-bottom: 6rem;
}

.arrow-container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.arrow-container2 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.arrows {
    display: flex;
    gap: 1rem;
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper>div {
    display: flex;
    flex: 1;
}

.event-content {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    border: 0px solid #333333;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    overflow: auto;
    width: 160px;
    height: 190px;
}

.event-content h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 0;
    text-align: left;
}

.prevArrowBtn i,
.nextArrowBtn i,
.prevArrowBtn2 i,
.nextArrowBtn2 i {
    font-size: 16px;
    color: #f9f9f9;
}

.event-content h6,
.event-content p {
    margin: 0;
}



h6.event-date {
    font-size: 12px;
    color: #333333;
    font-weight: 700;
    line-height: normal;
}

.events-page .event-block .name {
    font-size: 24px;
    line-height: normal;
}

.spacer{
    display: block;
}

@media (max-width: 767px) {
    .spacer{
    display: none;
}
}