body, html { overflow-x: clip !important; }
@media (min-width: 769px) {
    .pushs-finders__name {
        min-height: 50px;
    }
    .pushs-finders__text {
        min-height: 60px;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* .pushs-finders .swiper-button-prev {
        transform: translateX(-3px);
    }
    .pushs-finders .swiper-button-next {
        transform: translateX(3px);
    } */
    /* .pushs-finders__list {
        max-width: 1300px;
    } */
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
    .pushs-finders__name {
        min-height: 35px;
    }
    .pushs-finders__text {
        min-height: 70px;
    }
}