/* --------------------------------------------------------------------------------------------- */
.finder-pushs {
    background-color: #FFF5EC;
}
.finder-pushs__title {
    color: #B40024;
    font-weight: bold;
    padding-top: 40px;
}
.finder-pushs__link {
    padding-bottom: 15px;
}
.finder-pushs__slider {
    gap: 20px;
}
.finder-pushs__sub-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.finder-pushs__bold-text {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.finder-pushs__cta {
    font-size: 14px;
    max-width: 250px;
    width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.finder-pushs__link:hover .finder-pushs__cta {
    color: #333;
    background: #fff;
    border: 1px solid rgba(51,51,51,0.5);
}

.finder-pushs__item {
    width: 312px;
}
.finder-pushs__link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.finder-pushs__visual {
    margin: 0 auto;
}
.finder-pushs__cta {
    margin: 15px auto 0;
}

@media (max-width: 480px) {
    .finder-pushs__title {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 21px;
    }
    .finder-pushs__sub-title {
        font-size: 14px;
    }
    .finder-pushs__bold-text {
        font-size: 13px;
    }
    .finder-pushs__link {
        padding: 10px;
    }
    .finder-pushs__visual {
        max-width: 173px;
    }
}



