h2.featuredHotels { width: calc(100% - 40px); margin: 40px auto 25px; max-width: 1440px; }
.featuredHotels { width: 100%; margin: 0 auto; max-width: 1480px; display: flex; flex-wrap: wrap; }
.featuredHotel { width: calc((100% / 3) - 40px); margin: 0 20px; }
.featuredHotelImage { width: 100%; padding-bottom: 60%; background-size: cover; background-position: center center; }
.featuredHotelDetails { margin: -50px 20px 0; width: calc(100% - 90px); padding: 25px; background: #F2F4F1; border-radius: 25px; }
.featuredHotelDetails h3 { margin: 0 0 15px; }
.featuredHotelDetails h3 a { text-decoration: none; }
.featuredHotelDetails p { margin: 15px 0; }
.featuredHotelDetails p:last-child { margin-bottom: 0; }
.featuredHotelDetails p a { font-size: 18px; color: #C6101E; text-transform: uppercase; text-decoration: none; font-weight: 700; }

.travelCredit { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto 20px; text-align: center; }

@media screen and (max-width: 1260px) { 
    .featuredHotel { width: calc(50% - 40px); margin: 0 20px 40px; }
}
@media screen and (max-width: 840px) { 
    .featuredHotel { width: calc(100% - 40px); }
}