.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 3rem !important;
}

.swiper-wrapper {
    align-content: stretch;
    align-items: stretch;
}

body .custom-gutenberg-datescles-block .swiper-slide {
    display: flex;
    text-align: left;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 25%;
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide-icon {
    width: 50px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
}

.swiper-slide a,
.swiper-slide h3 {
    color: white !important;
    text-decoration: none !important;
    text-transform: none;
}

.swiper-slide p {
    margin-bottom: 0;
}

.swiper-slide a:hover {
    text-decoration: none !important;
}


body .custom-gutenberg-datescles-block .swiper-slide .block-item {
    text-align: left;
}

.swiper-slide a {
    color: white;
}

body .swiper-horizontal>.swiper-scrollbar,
body .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 12px;
}

p.datescles-date {
    display: flex;
    justify-content: center;
}

p.datescles-date span {
    display: block;
    margin: 0 auto 2rem auto;
    padding: 0.5rem 2rem;
    background-color: black;
    text-align: center;
    width: auto;
    font-size: 1.875rem;
    font-weight: 900;
}

/* .swiper-slide-next p.datescles-date span {
    background-color: white;
    color: black;
} */


.datescles-images {
    margin-bottom: 3rem;
}