.history-slider{
    overflow: hidden !important;
}

.history-slide--date {
    background-color: #00843D;
    aspect-ratio: 1;
    border-radius: 100%;
    width: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    padding: 15px 25px;
}

.history-slide--text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    text-align: center;
    font-family: "Ubuntu";
    margin-inline: 30px;
    font-size: 16px;
    font-weight: 400;
}

.swiper-pagination.swiper-pagination-bullets {
    bottom: -60px;
}

.swiper-pagination-bullet {
    width: 16px;
    background: #00843D;
    height: 16px;
}

svg {
    max-width: 70%;
}

@media (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
}
