.swiper {
    padding-bottom: 2em;

}

.swiper-wrapper {
    margin-bottom: 3vh;
}

.swiper-slide {
    margin-right: 30px;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    min-height: 100px;

}

.similarProgramCard {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--utm-title-font);
    padding: 12px;
    background-color: #fff;
    transform: translateY(0);
    transition: all 0.3s;
    transition-property: all;
    max-width: 260px;
    border-top: #90D6FD 3px solid;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 11px 16px 0 rgba(0, 0, 0, 0.1);*/
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 24px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 24px));
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.try-others {
    margin-bottom: 40px;
}