#root-canal {
  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/root-canal-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;
  }
}

.intro {
  padding: 120px 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 425px) {
  .intro {
    padding: 60px 0;
    flex-direction: column;
  }

  .intro .columns + .columns {
    margin-top: 24px;
  }
}

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

.highlight-container .title {
  position: relative;
  z-index: 2;
}

.highlight ul li {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.highlight-container .image-hand {
  position: absolute;
  right: -12%;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .highlight-container .image-hand {
    top: 60px;
    right: -40%;
  }
}

@media screen and (max-width: 425px) {
  .highlight-container {
    margin-top: 0;
  }
  
  .highlight-container .image-hand {
    top: 300px;
    right: -40%;
    width: 300px;
    height: 300px;
  }

  .highlight ul li {
    font-size: 18px;
  }
}

.creation {
  padding: 0 24px;
  margin-bottom: 120px;
}

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

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

.reason .reason-title-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.reason-title-container .image-doctor {
  position: relative;
  bottom: -12px;
  z-index: 1;
}

.reason-item-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.reason-item {
  margin-bottom: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-basis: calc(50% - 24px);
  background-color: #2EC0CB;
  color: #FFF;
  display: flex;
  justify-content: center;
}

.reason-item p {
  margin: 0;
}

@media screen and (max-width: 320px) {
  .reason-item {
    word-wrap: break-word;
  }
}

@media screen and (max-width: 425px) {
  .reason-title-container .title {
    font-size: 24px;
    line-height: 1.5;
  }
}
