.met .images {
  margin-bottom:70px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.met .images > .column {
  box-sizing:border-box;
  padding:10px;
  width:33%;
}
.met .images > .column:first-child { padding-left:0; }
.met .images > .column:last-child { padding-right:0; }
.met .images > .column > img { width:100%; }

.hotel .hotel-logo-container {
  max-width:230px;
  margin:0 auto;
  margin-bottom:30px;
  padding:0 20px;
}
.hotel .hotel-logo-container > img { width:100%; }
.hotel .desc {
  font-size:19px;
  margin-bottom:30px;
  text-align:center;
}
.hotel .hotel-building-container {
  max-width:465px;
  margin:0 auto;
  margin-bottom:30px;
  padding:0 20px;
}
.hotel .hotel-building-container > img { width:100%; }
.hotel p { margin-bottom:10px; text-align:center; }
.hotelbold { font-weight: bold; color: #D1364A; }
