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

.choice {
  padding: 80px 32px 60px;
  color: #2EC0CB;
}

.choice-slider {
  margin-top: 32px;
}

.choice-slider::before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 25%;
  left: 50%;
  content: '';
  width: 320px;
  height: 320px;
  border-radius: 100%;
  background-color: #DCF4F6;
}

.choice-slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.choice-item {
  margin: 0 16px;
  width: calc((1000px / 3) - 32px);
  display: flex !important;
  align-items: center;
  flex-direction: column;
}

.choice-item .choice-name {
  margin-top: 32px;
  display: none;
}

.choice-item .image-choice {
  width: 65% !important;
  opacity: 0.45;
}

.choice-item.slick-center .image-choice {
  width: 100% !important;
  opacity: 1;
}

.choice-item > hr {
  border-width: 2px;
  border-color: #25BEC9;
  width: 60%;
  margin: 8px 0 32px;
  display: none;
}

.choice-item .choice-list {
  text-align: left;
  padding-left: 24px;
  display: none;
}

.choice-slider-arrow {
  transition: 0.1s color ease;
  position: absolute;
  color: #1B7076;
  font-size: 56px;
  background-color: transparent;
  top: 50%;
  margin: 0;
}

.choice-slider-prev {
  left: -36px;
  padding: 0;
}

.choice-slider-next {
  right: -36px;
  padding: 0;
}

.choice-slider-arrow:hover,
.choice-slider-arrow:focus {
  color: #25BEC9;
  background-color: transparent;
}

.choice-slider .slick-dots > li {
  margin: 0;
}

.choice-item.slick-center .choice-name, .choice-item.slick-center .choice-list, .choice-item.slick-center > hr {
  display: block;
}

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

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

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

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