.section-title {
  font-size: 32px;
  color: #357dd7;
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
}

.location {
  margin: -20px -20px 30px;
  display: flex;
  height: 300px;
}
.location .intro {
  width: 225px;
  color: #fff;
  padding: 22px 24px;
  background: #f0884b;
}
.location .intro h1 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.location .intro p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.location .intro img {
  width: 90px;
  height: 90px;
  margin: auto;
  display: block;
}
.location .map {
  flex: 1;
}
.location .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact {
  margin-bottom: 30px;
}
.contact h1 {
  margin-bottom: 30px;
}
.contact > ul {
  display: flex;
  flex-flow: row wrap;
}
.contact > ul li {
  width: 33%;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact > ul li:last-child {
  width: 100%;
}
.contact > ul li span {
  color: rgba(0, 0, 1, 0.45);
}

.events {
  background: #fafaf9;
  padding: 10px 30px 30px;
  margin: 0 -30px 40px;
}

.feats {
  margin-bottom: 30px;
}
.feats > ul {
  display: flex;
  justify-content: space-around;
}
.feats > ul li {
  width: 130px;
  height: 130px;
  border: 1px solid #e6e6e6;
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 2;
}
.feats > ul li h5 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 5px;
}
.feats > ul li .icon img {
  width: 38px;
  height: 38px;
  object-fit: scale-down;
}
.feats > ul li p {
  color: rgba(0, 0, 1, 0.45);
  font-size: 12px;
  margin: 0;
}