.finder-pushs {
    width: 100%;
    max-width: 1600px;
    padding-bottom: 44px;
    margin: 0 auto;
    background-color: #fff;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
}

.finder-pushs__title {
    margin: 0;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
}

.finder-pushs__slider {
    padding: 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.finder-pushs__item {
    width: 294px;
}

.finder-pushs__link {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border: 1px solid #cfcac9;
}

.finder-pushs__visual {
    max-width: 292px;
    height: auto;
    width: calc(100% + 40px);
    overflow: hidden;
    margin: -20px;
}


.finder-pushs__visual img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform ease-in-out 0.5s;
}

.finder-pushs__visual:hover img {
    transform: scale(1.1);
}

.finder-pushs__bold-text {
    margin: 0;
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.finder-pushs__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
    flex: 1;
}

.finder-pushs__cta {
    margin: 0;
    margin-top: 18px;
    font-size: 11px;
    line-height: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #a1a1a1;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.finder-pushs .slick-track {
    display: flex;
}

.finder-pushs .slick-slide {
    height: auto;
    padding: 0 20px;
    float: none;
}

.finder-pushs .slick-slide>div {
    height: 100%;
}

.finder-pushs .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.finder-pushs .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.finder-pushs .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.finder-pushs .slick-dots li.slick-active {
    background-color: #be0f34;
}

@media(max-width:1023px) {
    .finder-pushs {
        padding-top: 20px;
        padding-bottom: 80px;
    }


    .finder-pushs__slider {
        padding: 20px;
    }
}

@media(max-width:761px) {
    .finder-pushs .slick-slide {
        padding: 0;
    }

    .finder-pushs__title {
        font-size: 30px;
    }

    .finder-pushs__slider {
        padding: 0px;

        display: block;
        max-width: 584px;
        margin: 0 auto;
        margin-top: 20px;
        background-color: #fff;
        border: 1px solid #cfcac9;
    }

    .finder-pushs__item a {
        border: 0px solid;
    }

    .finder-pushs__item {
        padding: 0;
        width: auto;
        box-sizing: border-box;
        border-right: 1px solid #cfcac9;
        height: 100%;
    }

}


/*---------------------------------------------------------------------------------------------*/
@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__item {
        width: 294px;
        margin: 0 auto;
    }
    .finder-pushs__text {
        min-height: 60px;
    }
    .finder-pushs {
        padding-bottom: 0;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-pushs {
        padding-bottom: 0;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .finder-pushs {
        padding-bottom: 0;
    }
}