#trips-row {
    position: relative;
    bottom: 65px;
}



strong {
    font-weight: 600;
}

p.trip-price {
    color: #fff;
    background: #1e5487;
    padding: 5px 8px 5px 14px;
    display: inline-block;
    font-size: 1.1rem;
    text-align: center;
    margin: 0;
    float: right;
}

div.card-action a {
    display: inline-block;
    vertical-align: sub;
}

#trips-row .card.large {
    height: 510px;
}