/* --------------------------------------------------------------------------------------------------- */
.finder-pushs__item {
    margin: 0 auto;
    height: 100%;
}
.finder-pushs .slick-track {
    justify-content: center;
}
.finder-pushs__text {
    min-height: 76px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-pushs .slick-slide {
        padding: 0;
    }
}

