.subtitle {
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}
/* Amenities */
.amenities {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.amenities .title
{
  font-size: 48px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.amenities .rooms-p
{
  color: #ababab;
  font-weight: 300;
  font-size: 16px;
  width: 48%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 45px;
}

.amenities .single-amenity {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.amenities .frame {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.amenities .subtitle {
	margin-top: 20px;
}
.amenities .single-amenity img {
	margin: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.amenities .single-amenity img:hover {
	cursor: pointer;
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
.amenities p {
	text-align: center;
	padding: 0 10px;
}