
.pp-subs-hotel__hotel {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #5a6779;
}

.pp-subs-hotel__cut {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width: 750px) {
    .pp-subs-hotel__hotel {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .pp-subs-hotel__cut {
        max-width: 230px;
    }
}