.banner {
  margin-top: 106px;
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner__title {
  margin-top: 50px;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  color: #FFD74B;
  font-style: italic;
}
.banner__title--bottom {
  font-style: normal;
  padding-left: 60px;
  display: block;
}
@media (max-width: 575px) {
  .banner {
    height: 435px;
  }
  .banner__title {
    font-size: 54px;
    line-height: 52px;
  }
}

.intro {
  margin-top: 106px;
  padding: 100px 0 100px 0;
  position: relative;
}
.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__title-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 800px;
}
.intro__title-top {
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  color: #03395B;
  font-style: italic;
}
.intro__title-top--bottom {
  font-weight: 600;
  padding-left: 60px;
  display: block;
  font-style: normal;
}
.intro__title {
  font-weight: 600;
}
.intro__title--bottom {
  font-size: 84px;
  font-style: italic;
  display: block;
}
.intro__description p {
  color: #03395B;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .intro__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .intro {
    padding: 80px 0 80px 0;
  }
  .intro__title-top-container {
    margin-bottom: 400px;
  }
  .intro__title-top {
    font-size: 48px;
    line-height: 1.2;
  }
  .intro__title {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
  }
  .intro__title--bottom {
    font-size: 58px;
  }
}

.vitamin {
  overflow: hidden;
  padding: 100px 0;
}
.vitamin__image {
  width: 80%;
}
.vitamin__title {
  margin-bottom: 45px;
  font-weight: 600;
}
.vitamin__title--bottom {
  display: block;
  font-size: 84px;
  font-style: italic;
}
@media (max-width: 575px) {
  .vitamin {
    padding: 40px 0;
  }
  .vitamin__title {
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .vitamin__title--bottom {
    font-size: 58px;
  }
}

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