.custom-fx-swiper {
    overflow: hidden;
}

.custom-fx-swiper .swiper-slide .img-wrapper {
    height: 240px;
}

.custom-fx-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-fx-swiper h4.swiper-slide__title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-fx-swiper .elementor-button-content-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: bold;
    color: #3bdcee;
}

.custom-fx-swiper .elementor-button-content-wrapper:hover {
    color: #015c94;
}

.custom-fx-swiper .swiper-button-prev,
.custom-fx-swiper .swiper-button-next {
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    outline: none;
    border-radius: 67px;
}

.custom-fx-swiper .swiper-button-prev::after,
.custom-fx-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: 700;
    color: #015c94;
}

@media (min-width: 1025px) {
    .custom-fx-swiper .swiper-button-prev {
        left: -25px;
    }

    .custom-fx-swiper .swiper-button-next {
        right: -25px;
    }
}