.hos-info {
  width: 100%;
  padding: 20px 0 10%;
  text-align: center;
  background-color: #07B7C4;
}
.hos-info .hos-img {
  width: 30%;
  padding-bottom: 30%;
  margin: 20px auto 0;
  border: 6px solid #89D8E0;
  border-radius: 50%;
  background-image: url(../../img/hos.jpg);
  background-size: cover;
}
.hos-info p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}
.reg-type {
  width: 95%;
  margin: 20px auto;
  text-align: center;
}
.reg-type .reg-item {
  text-decoration: none;
  color: #000;
  width: 25%;
  display: inline-block;
  text-align: center;
  margin: 5% 3%;
}
.reg-type .reg-item .img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: url(../../img/hos.jpg);
  background-size: cover;
}
.reg-type .reg-item p {
  margin-top: 10px;
  font-size: 13px;
}
.reg-type:after {
  content: "";
  display: block;
  clear: both;
}
