.hero .desc-wrapper::before,
.hero .h2::after,
.key-box .h3::before,
.newsreel .container-fluid::before {
  background-color: #e19162;
}
.hero .h3,
.hero .h2,
.point-list h3,
.point-list p,
.point-list p a,
.newsreel .h3,
.modal-content .story-wrapper h3,
.readmore {
  color: #e19162 !important;
}
.readmore {
  font-size: 1.125rem !important;
}
.modal-content .story-wrapper a {
  border-color: #e19162;
}
.point-list p a {
  color: #e19162;
  border-bottom: 1px solid #e19162;
  text-decoration: none;
}
.key-box .box-bottom::before {
  background-color: #fef1eb;
}

.point-list.bg {
  position: relative;
}
.point-list.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72%;
  background-color: #fef1eb;
}
.cvp-swiper {
  position: relative;
  padding-top: 4rem;
}
.cvp-swiper .swiper-slide p {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.cvp-swiper .swiper-slide .h5 {
  margin-top: 1rem;
}
.cvp-swiper .swiper-slide img {
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 45px;
  margin: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev {
  background-image: url(../image/index/l_arrow_3.svg);
}
.swiper-button-next {
  background-image: url(../image/index/r_arrow_3.svg);
}
.pagination_bullet {
  padding-right: 0.5rem;
  color: #e19162;
}
.bg .number-box {
  border-color: transparent;
}

/* .modal */
.modal-content {
  background: linear-gradient(
    90deg,
    rgba(225, 145, 98, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.modal-content .story-wrapper * {
  color: #e19162;
}
.modal-content .number-box {
  background-color: #fcf1e9;
  border: 1px solid #fcf1e9;
}
.modal-body::before {
  background-color: #e19162 !important;
}
.key {
  border: 1px solid #e19162;
  background-color: #e19162;
}

@media screen and (max-width: 1799.99px) {
  .key-wrapper {
    flex-wrap: wrap;
  }
  .key.key-2 {
    width: calc(50% - 2.5rem);
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767.99px) {
  .point-list.bg::before {
    height: 85%;
  }
  .newsreel .container-fluid::before {
  }
}
@media screen and (max-width: 567.99px) {
  .key .desc-wrapper {
    border: 1px solid #e19162;
    background-color: #e19162;
  }
  .key .img-wrapper {
    border: 1px solid #e19162;
  }
  .newsreel2 .container-fluid {
    padding-bottom: 5rem;
  }
}
