@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banners-section {
  background-image: url(../img/desktop/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banners-section .banner-model {
  position: absolute;
  left: 0;
  top: 70px;
}
.banners-section .banner-model, .banners-section .banner-text, .banners-section .banner-model-mobile {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

.about-keystoyoung-section .nursing-philosophy-title {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about-keystoyoung-section .nursing-philosophy-title h3 {
  color: #ac947b;
}
.about-keystoyoung-section .nursing-philosophy {
  background-color: #f6f3f0;
}
.about-keystoyoung-section .nursing-philosophy .nursing-philosophy-description {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-keystoyoung-section .nursing-philosophy .nursing-philosophy-image {
  padding-bottom: 40px;
}
.about-keystoyoung-section .nursing-philosophy .professional-team {
  background: linear-gradient(to bottom, #fff 0, #fff 33%, #f6f3f0 33%, #f6f3f0 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: 0.2rem;
}
.about-keystoyoung-section .nursing-philosophy .professional-team .team-title {
  color: #ac947b;
  padding-top: 12%;
  padding-bottom: 12%;
}
.about-keystoyoung-section .nursing-philosophy .professional-inquiry {
  padding-top: 40px;
  background-color: #fff;
}
.about-keystoyoung-section .nursing-philosophy .professional-inquiry h3 {
  color: #ac947b;
  padding-bottom: 20px;
}
.about-keystoyoung-section .nursing-philosophy .professional-inquiry .inquiry-row {
  padding-bottom: 60px;
  border-bottom: 1px solid #ac947b;
}
.about-keystoyoung-section .nursing-philosophy .professional-inquiry .inquiry-items {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .banners-section {
    background-image: url(../img/mobile/banner.png);
  }

  .about-keystoyoung-section .nursing-philosophy .professional-team {
    background: linear-gradient(to bottom, #fff 0, #fff 20%, #f6f3f0 20%, #f6f3f0 100%);
  }
  .about-keystoyoung-section .nursing-philosophy .professional-team .team-image {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=about_keystoyoung.css.map */
