.hero {
  background: url("/assets/img/home/hero.jpg"),
    linear-gradient(
      to bottom,
      rgba(212, 234, 235, 0) 50%,
      rgba(65, 169, 165, 0.6) 75%
    );
  background-size: cover;
  background-blend-mode: multiply;
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
  align-items: end;
}

.hero__text-group {
  margin: auto;
}

.hero__title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: PingFangTC;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__subtitle {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: PingFangTC;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 1200px) {
}

/* === */

.edu__img {
  width: 100%;
  margin-bottom: 20px;
}

.edu__title {
  font-size: 32px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.edu__text {
  color: #444;
  margin-bottom: 30px;
}

.list-items {
  margin-bottom: 40px;
}

.list-item {
  display: flex;
  margin-bottom: 38px;
}

.li__num {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 32px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  background-color: #83cbc8;
  color: white;
  text-align: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.li__title {
  margin-bottom: 4px;
  font-family: PingFangTC;
  font-size: 20px;
  font-weight: 500;
  color: #41a9a5;
}

@media (max-width: 640px) {
  .edu__img {
    display: none;
  }
}

@media (max-width: 576px) {
  .edu {
    padding: 96px 0;
  }

  .list-items {
    margin-bottom: 32px;
  }

  .list-item {
    margin-bottom: 32px;
  }
}

.l-home-article {
  padding: 120px 0;
  background-color: #e8f4f6;
}

.home-article__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.home-article__subtitle {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.home-article__title--end {
  justify-content: end;
  text-align: right;
}

/* === */
