.about-hero {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("/assets/img/contact/hero.png");
  width: 100%;
  height: 494px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.about-hero__title {
  max-width: 635px;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-hero__description {
  max-width: 635px;
  height: 84px;
  color: rgb(255, 255, 255);
  font-family: PingFangTC-Regular;
  line-height: 28px;
}

.about-info {
  background: rgb(232, 244, 246);
}

.about-info__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-info__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about-info__title {
  max-width: 522px;
  color: rgb(68, 68, 68);
  font-size: 32px;
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-info__description {
  max-width: 500px;
  color: rgb(68, 68, 68);
  font-size: 16px;
  font-family: PingFangTC-Regular;
  font-weight: normal;
  line-height: 28px;
}

.about-info__img {
  width: 50%;
}

@media (max-width: 769px) {
  .about-info__content {
    padding: 96px 0;
  }

  .about-info__img {
    display: none;
  }
}

/* === */

.service__title {
  color: rgb(68, 68, 68);
  font-size: 32px;
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0;
}

.service-card {
  margin-bottom: 64px;
}

.service-card__img {
  width: 100%;
  height: 234px;
  object-fit: contain;
}

.service-card__body {
  padding: 24px;
}

.service-card__tittle {
  color: rgb(68, 68, 68);
  font-size: 20px;
  font-family: PingFangTC-Medium;
  font-weight: 500;
  margin-bottom: 4px;
}

.service-card__text {
  color: rgb(68, 68, 68);
  font-family: PingFangTC-Regular;
  font-weight: normal;
  line-height: 28px;
}

@media (max-width: 768px) {
  .service-card__img {
    width: 150px;
    height: auto;
  }

  .service-card {
    display: flex;
    margin-bottom: 40px;
  }
}
