html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-focus .content {
  margin-bottom: 5rem;
}
.section-focus .content span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
}
.section-focus .content .h {
  margin: 2rem 0;
}
.section-focus .focus-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.section-focus .focus-box {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin: 1rem;
  padding: 3rem;
  width: calc(33.3333333333% - 2rem);
}
.section-focus .focus-box-full {
  width: calc(100% - 2rem);
}
.section-focus .focus-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.section-focus .focus-box:hover .focus-icon {
  background-color: #D784A2;
}
.section-focus .focus-box:hover .focus-text .h {
  color: #D784A2;
}
.section-focus .focus-icon {
  align-items: center;
  background-color: #617E68;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 7rem;
  margin: 0 auto;
  width: 7rem;
}
.section-focus .focus-icon1 img {
  max-width: 50%;
}
.section-focus .focus-text {
  color: #263D2D;
}
.section-focus .focus-text .h {
  font-weight: 600;
  margin: 2rem 0;
  text-align: center;
}
.section-focus .focus-text p {
  font-size: 2.3rem;
  line-height: 3.3rem;
  text-align: center;
}
.section-focus .focus-text p + p {
  margin-top: 1.5rem;
}
.section-focus .focus-text ul {
  margin-top: 1.5rem;
}
.section-focus .focus-text ul li {
  font-size: 2.3rem;
  line-height: 3.3rem;
}
.section-focus .focus-text ul li + li {
  margin-top: 1.5rem;
}
.section-our-mv .statistics {
  margin-bottom: 10rem;
}
.section-our-mv .statistics-row {
  align-items: center;
  display: flex;
}
.section-our-mv .statistics-col {
  color: #263D2D;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  width: 33.3333333333%;
}
.section-our-mv .statistics-col .h {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1.3;
}
.section-our-mv .statistics-col p {
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.section-our-mv .statistics-col + .statistics-col::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 10rem;
  left: 0;
  top: 0;
  width: 1px;
}
.section-our-mv .mv-box {
  background-color: #617E68;
  border-radius: 10px;
  height: 100%;
  padding: 4rem;
  text-align: center;
}
.section-our-mv .mv-box h4 {
  color: #F5F3F6;
  margin: 2rem 0;
}
.section-our-mv .mv-box p {
  color: #F5F3F6;
}
.section-our-mv .mv-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 10rem;
  width: 10rem;
}
.section-our-mv .mv-icon svg, .section-our-mv .mv-icon img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .section-focus .content {
    margin-bottom: 3rem;
  }
  .section-focus .focus-box {
    width: 100%;
  }
  .section-our-mv .col-12 + .col-12 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-our-mv .statistics {
    margin-bottom: 10rem;
  }
  .section-our-mv .statistics-row {
    flex-wrap: wrap;
  }
  .section-our-mv .statistics-col {
    width: 100%;
  }
  .section-our-mv .statistics-col + .statistics-col {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .section-our-mv .statistics-col + .statistics-col::after {
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    width: 30rem;
  }
}/*# sourceMappingURL=about-us.css.map */