.pushs-finders__text {
    min-height: 80px;
}
@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__name {
        min-height: 50px;
        font-size: 18px;
    }
    .pushs-finders__text {
        min-height: 90px;
        font-size: 13px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .pushs-finders__name {
        min-height: 50px;
        font-size: 18px;
    }
    .pushs-finders__text {
        min-height: 90px;
        font-size: 13px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .pushs-finders__text {
        font-size: 12px;
    }
    .pushs-finders__text {
        min-height: 70px;
    }
}