/*
 * Travel Services layout corrections.
 * Keep the showcase image compact so the shared flight form starts in a
 * predictable place instead of being pushed down by an oversized visual.
 */

.travel-services__showcase-image {
    width: min(100%, 520px);
    max-height: 360px;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .travel-services__showcase-image {
        max-height: 280px;
    }
}