html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-banner {
  margin-top: 3rem;
}
.section-banner .title {
  margin-bottom: 6rem;
}
.section-banner .title .text p {
  font-size: 1.8rem;
}
.section-banner .hero-img {
  border-radius: 16px;
  height: 63rem;
  overflow: hidden;
}
.section-banner .hero-img img {
  transition: all ease-in 0.2s;
}
.section-banner .hero-img:hover img {
  transform: scale(1.1);
}
.section-banner .hero-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-service {
  background-color: #fff;
  margin-top: 3rem;
}
.section-service .card-col {
  background-color: #EBF8FF;
  padding: 1.2rem;
  width: calc(33.3333333333% - 2.4rem);
}
.section-service .card-caption {
  align-items: flex-start;
}
.section-service .card-caption .left {
  padding-right: 4.5rem;
}
.section-service .card-caption .left h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
.section-service .card-img {
  height: 30rem;
}
.section-keyservice .title {
  margin-bottom: 4.5rem;
}
.section-keyservice .card-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.section-keyservice .card-col {
  align-items: center;
  background-color: #EBF8FF;
  display: flex;
  justify-content: center;
  margin: 1.5rem;
  padding: 3rem;
  text-align: center;
  width: calc(33.3333333333% - 3rem);
}
.section-keyservice .card-col .text h5 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.section-keyservice .card-col .text p {
  color: #777;
  font-size: 1.8rem;
}
.section-faq {
  background-color: #fff;
  padding: unset;
}

@media screen and (max-width: 991px) {
  .section-service .card-col {
    width: calc(50% - 2.4rem);
  }
  .section-keyservice .card-col {
    width: calc(50% - 3rem);
  }
  .section-keyservice .title{
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-service .card-col {
    width: calc(100% - 2.4rem);
  }
  .section-keyservice .card-col {
    width: calc(100% - 3rem);
  }
}/*# sourceMappingURL=serices.css.map */