@media screen and (min-width:768px) {
  #about .feature:nth-child(2n-1) {
    margin-right: 25px
  }
  #video .video-background {
    background: url('../_img/20240104/video-flower.svg') no-repeat bottom/100% 320px;
  }
}
@media screen and (min-width: 992px) {
  nav {
    top: 15px !important;
  }
  nav .nav-inner {
    padding: 25px 40px !important;
  }
  nav .nav-item {
    padding: 0
  }
  nav .nav-link {
    font-size: 19px;
  }
  nav .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #893487;
    transition: all .3s
  }
  nav .nav-item:hover .nav-link:not(.disabled):after, nav .nav-link.active:after {
    transform: scaleX(1)
  }
  nav .nav-link:hover {
    cursor: pointer;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #893487 !important;
    transition: all .3s
  }
  nav .nav-item:not(:last-child) {
    margin-right: 42px;
  }
  .logo {
    max-width: 210px
  }
  .lead {
    margin-top: -33px;
  }
  .btn-more {
    height: 60px;
    max-width: 260px;
    font-size: 22px
  }
  #about img.product-img {
    max-width: 510px;
    margin-right: -20px;
  }
  #about p:first-child {
    font-size: 20px
  }
  #about .feature-wrapper {
    width: 100%
  }
  #about .feature {
    margin-bottom: 40px;
  }
  .title-underline {
    font-size: 24px;
  }
  .contact p {
    font-size: 18px;
  }
  .contact .logo {
    max-width: 245px;
  }
  /* FAQ */
  #faq .section-title, #video .section-title, #article .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  #faq .card-header, #faq .card-body {
    width: 95%;
    margin: 0 auto;
    background-color: transparent;
  }
  #faq .card-header button {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    text-decoration: none !important
  }
  #faq .card-header h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #333333;
    width: 85%
  }
  #faq .card-body {
    display: flex;
    padding: 0px 40px 20px 15px;
  }
  #faq .card-body p {
    width: 85%;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #333333;
  }
  /* Medicine Method */
  .method-wrapper .content {
    height: 300px;
    overflow: hidden;
    font-size: 17px;
    line-height: 30px;
  }

  /* Video */ 
  .line-bg {
    background: url('../_img/20240104/video-curve.svg') no-repeat top 72px center/1440px auto;
  }
  #video {padding:60px 0 110px}

  #video .video-background {
    background: url('../_img/20240104/video-flower.svg') no-repeat bottom/1440px 320px;
  }
  /* Article */
  #article { padding:60px 0 80px;}
  .article_headline{font-size:20px;min-height:60px}
  .latest-article-thumbnail { height: 230px; }

  .modal-lg {
      max-width: 920px;
  }
  .article-modal .modal-body { padding-left: 30px; padding-right: 30px;}


}
@media screen and (min-width:1199px) {
  .lead p {
    font-size: 20px;
    line-height: 34px;
  }
  #about .feature img {
    width: 70px;
  }
  #about p:first-child, #about .feature p {
    font-size: 18px;
  }
  #about p:first-child {
    margin-bottom: 46px;
  }
  #about .feature:nth-child(2n-1) {
    margin-right: 46px
  }
  .method-wrapper .tag {
    font-size: 20px;
    padding: 10px 25px;
  }
  .method-wrapper .content {
    padding: 50px 45px;
    font-size: 17px;
  }
  
  #video .video-background {
    background: url('../_img/20240104/video-flower.svg') no-repeat bottom/792px 320px;
  }
}
@media screen and (max-width:550px) {
  #faq .card-header h3, #faq .card-body .ans {
    font-size: 16px;
    width: 70%;
  }
}