.about-title {
  color: #ffb82a;
  font-size: 40px;
}

.yellow-bg {
  z-index: -1;
  position: absolute;
  top: 200px;
  height: 270px;
  width: 100%;
  background-color: #ffe5a2;
}

.about-title-sub {
  font-size: 30px;
}

.about-title-content {
  font-size: 17px;
}

.employee-info {
  width: 80%;
}
.employee-info .info-block .img-block {
  display: flex;
  justify-content: center;
  position: relative;
}
.employee-info .info-block .img-block .people-img {
  width: 100%;
  max-width: 250px;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.employee-info .info-block .img-block .year-info {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 110px;
  height: 110px;
  background-color: #ffb82a;
}
.employee-info .info-block .img-block .year-info .year-text {
  position: absolute;
  top: 13px;
  font-size: 15px;
}
.employee-info .info-block .img-block .year-info .year-numebr {
  position: absolute;
  top: 10px;
  left: -3px;
  font-size: 75px;
  font-style: italic;
}
.employee-info .info-block .people-title {
  font-size: 23px;
}
.employee-info .info-block .people-content-title {
  color: #ffb82a;
}
.employee-info .info-block .people-cert ul {
  padding-left: 0px;
}
.employee-info .info-block .people-cert ul li {
  list-style: none;
}

.group-people-img {
  height: auto;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

@media screen and (max-width: 512px) {
  .group-people-img {
    height: 350px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}/*# sourceMappingURL=about.css.map */