.container .main h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0a61af;
  margin-bottom: 24px;
}
.container .main .location {
  padding: 20px 26px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.container .main .location h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.container .main .location p {
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #7b7b7b;
}
.container .main .location p span {
  display: inline-block;
  width: 60px;
  color: #535353;
}
.container .main .location div {
  display: flex;
  height: 110px;
  margin-top: 10px;
}
.container .main .location div p {
  color: #535353;
  line-height: 22px;
}
.container .main .location div img {
  width: 104px;
  height: 104px;
  margin: 0 30px 0 6px;
}