/* Room hero sits under a fixed 70px header; keep titles off the header edge. */
.hero.page-room .wrapper {
    box-sizing: border-box;
    padding-top: 72px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .hero.page-room .wrapper {
        padding-top: 56px;
        padding-bottom: 28px;
    }
}
