#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}


/* khpm-locations */
.khpm-locations {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.khpm-locations h1,
.khpm-locations h2 {
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #273f57;
}
.khpm-locations h1:before,
.khpm-locations h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 3px;
  background-color: #c29528;
}
.khpm-locations-list {
  height: 200px;
  padding: 0;
  margin: 0;
}
.khpm-location {
  width: 25%;
  height: 100%;
  padding: 15px 15px 30px;
  display: block;
  float: left;
}
.khpm-location a {
 color: #273f57;
}
.khpm-location a:hover {
  color: #c29528;
}
.khpm-location img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.khpm-location-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .khpm-location {
    width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  .khpm-location {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .khpm-locations-list {
    height: 250px;
  }
  .khpm-location {
    width: 100%;
  }
}