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

.title-section {
  margin-top: 120px;
}

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

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

  .intro-veneer {
    flex-direction: column-reverse;
  }

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

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

.treatment {
  padding: 40px 0 60px;
  background: url('../images/aesthetic-treatment/treatment-bg.png') no-repeat;
  background-position: 100% 100%;
}

.treatment-trigger-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.treatment-trigger-container .treatment-trigger-item {
  background-color: rgba(93, 206, 215, 0.8);
  color: #FFF;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin: 0 auto 16px;
  position: relative;
  cursor: pointer;
  transition: .3s background-color ease;
}

.treatment-trigger-container .treatment-trigger-item.active {
  background-color: #25BEC9;
}

.treatment-trigger-container .treatment-trigger-item:hover {
  background-color: #1B7076;
}

.treatment-trigger-container .treatment-trigger-item > h3 {
  cursor: pointer;
  font-size: 26px;
}

.treatment .showcase-card-image-container {
  background-color: #25BEC9;
}

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

.treatment .showcase-card-item .title, .treatment .showcase-card-item > ul {
  padding: 0 24px;
}

@media screen and (max-width: 425px) {
  .treatment {
    background-position: 250px 10%;
  }

  .treatment-trigger-container .treatment-trigger-item {
    width: 140px;
    height: 140px;
  }

  .treatment-trigger-container .treatment-trigger-item > h3 {
    font-size: 20px;
    line-height: 1.1;
  }
}

.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: -36px;
  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;
  }
}

.promo {
  background: url('../images/braces-treatment/promo-bg.png') no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 250px;
  color: #FFF;
  position: relative;
  margin-top: 120px;
  padding: 40px 0;
  z-index: 2;
}

.promo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}

.promo .link-container {
  padding-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.promo .link-container .instagram-container {
  font-size: 24px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.promo .link-container .ic-instagram {
  font-size: 56px;
  margin-right: 16px;
}

.promo .link-container .whatsapp--trigger {
  display: inline-block;
  background-color: #FFF;
  border-radius: 8px;
  padding: 8px;
  color: #2EC0CB;
  cursor: pointer;
  transition: 0.3s all ease;
}

.promo .link-container .whatsapp--trigger:hover {
  background-color: #1B7076;
  color: #FFF;
}

@media screen and (max-width: 425px) {
  .promo h3 {
    font-size: 16px;
  }

  .promo .link-container {
    flex-direction: column-reverse;
  }

  .promo .link-container .instagram-container {
    justify-content: center;
  }
}
