.hero .desc-wrapper::before,
.hero .h2::after,
.key-box .h3::before,
.newsreel .container-fluid::before {
  background-color: #4e946e;
}
.hero .h3,
.hero .h2,
.point-list h3,
.point-list p,
.point-list p a,
.modal-content .story-wrapper h3 {
  color: #4e946e !important;
}
.modal-content .story-wrapper a {
  border-color: #4e946e;
}
.key {
  border: 1px solid #4e946e;
  background-color: #4e946e;
}

.point-list p a {
  color: #4e946e;
  border-bottom: 1px solid #4e946e;
  text-decoration: none;
}
.key-box .box-bottom::before {
  background-color: #f3f9f3;
}
/* .modal */
.modal-content {
  background: linear-gradient(
    90deg,
    rgba(78, 148, 110, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.modal-content .story-wrapper * {
  color: #4e946e;
}
.modal-body::before {
  background-color: #4e946e !important;
}

.swiper-button-prev {
  background-image: url(../image/index/l_arrow_2.svg);
}
.pagination_bullet {
  color: #4e946e;
}
.swiper-button-next {
  background-image: url(../image/index/r_arrow_2.svg);
}
.modal-content .video-wrapper .video-btn {
  background-color: #4e946e;
}
.modal-body::before {
  background-color: #4e946e !important;
}

@media screen and (max-width: 567.99px) {
  .key .desc-wrapper {
    border: 1px solid #4e946e;
    background-color: #4e946e;
  }
  .key .img-wrapper {
    border: 1px solid #4e946e;
  }
}
