#general {
  color: #2EC0CB;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 56px;
}

h2.title {
  font-size: 48px;
  z-index: 1;
  margin: 0 0 56px;
  line-height: 1.15;
}

p.subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.header {
  background: url('../images/general-treatment/banner.png') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 750px;
  color: #FFF;
  position: relative;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .title {
  font-size: 56px;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 350px;
    padding: 40px 0;
    justify-content: center;
  }

  .hero .title {
    font-size: 42px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 425px) {
  .header {
    height: 200px;
    padding: 16px 0;
  }

  .hero .title {
    font-size: 24px;
    line-height: 1.1;
  }
}

.highlight-container {
  margin: 80px auto 60px;
}

.creation {
  padding: 0 24px;
}

.creation .showcase-card-image-container {
  background-color: #2EC0CB;
}

.creation .showcase-card-item {
  background-color: rgba(93, 206, 215, 0.8);
}

.extraction .highlight ul li {
  line-height: 2.5;
}

.symptom {
  margin: 40px auto;
}

.symptom .title {
  font-size: 24px;
  line-height: 1.8;
}

.symptom .aware {
  background-color: #2EC0CB;
  color: #FFF;
  font-size: 16px;
  padding: 16px;
  margin-top: 24px;
  border-radius: 16px;
}

.symptom .description-container ul {
  padding-left: 24px;
}

.symptom .description-container ul li {
  font-style: italic;
  line-height: 1.8;
  font-size: 18px;
}