/* Shared desktop origin for private-car, airport and ski-transfer hero copy. */
@media (min-width: 901px) {
    .cr-hub--simple .cr-hub-hero,
    .at-land-hero,
    .ski-hero {
        align-items: flex-start;
    }

    .cr-hub--simple .cr-hub-hero__inner,
    .at-land-hero__inner,
    .ski-hero__content {
        padding-top: 54px;
        padding-bottom: 0;
    }

    .cr-hub--simple .cr-hub-hero__breadcrumb,
    .at-land-hero__breadcrumb,
    .ski-breadcrumb {
        margin-bottom: 18px;
    }

    .ski-hero .ski-shell {
        width: min(1188px, calc(100% - 40px));
    }
}
