.traveller {
    background: #fff;
    border-radius: 5px;
    height: 167px;
    padding: 10px;
    text-transform: uppercase;
    width: calc(33.3% - 10px);
}

.travellers {
    display: flex;
    justify-content: space-between;
}

.traveller .traveller__col:nth-child(2) {
    width: calc(100% - 125px);
    padding-left: 10px;
}

.traveller__col a {
    color: #475669;
}

.traveller .traveller__col {
    display: inline-block;
    vertical-align: top;
}

.traveller .traveller__ttl {
    font-size: 11px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.traveller .traveller__date {
    color: #666;
    font-size: 10px;
    margin-bottom: 10px;
}

.traveller .traveller__cup {
    padding-left: 36px;
    background: url(https://tophotels.ru/i/tophotels/icon-club-cup-1.png) left/28px no-repeat;
}

.traveller .traveller__location {
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.traveller .traveller__name {
    font-size: 16px;
    font-weight: bold;
}
