.card-booking-flights {
    background: #f5f5f5;
    border-radius: 0;
    text-align: left;
}

.card-booking-flights i {
    font-size: 12pt;
    background: #333745;
    border-radius: 6px;
    padding: .5rem;
    color: #f5f5f5;
    margin-right: 1rem;
}

.card-booking-flights h3 {
    font-family: Proxima Nova;
    color: #454545;
    font-size: 17pt;
    font-weight: 700;
}

.card-booking-flights p {
        margin-bottom: 0;
        font-size: 13pt;
}

.card-booking-flights p.type {
    font-size: 15pt;
    width: 25%;
    margin: .5rem 0;
    font-weight: 100;
}

@media (max-width: 1400px) {
    .card-booking-flights p.type {
        width: 50%;
    }
}

.card-booking-flights img {
    object-fit: contain;
}