.hero .desc-wrapper::before,
.hero .h2::after,
.key-box .h3::before,
.newsreel .container-fluid::before,
.human-img .img-wrapper::after {
  background-color: #736396;
}
.hero .h3,
.hero .h2,
.point-list h3,
.point-list p,
.point-list p a,
.newsreel .h3,
.modal-content .story-wrapper h3 {
  color: #736396 !important;
}
.modal-content .story-wrapper a {
  border-color: #736396;
}
.modal-content .story-wrapper .number-box h3 {
  color: #fff !important;
}
.key {
  border: 1px solid #736396;
  background-color: #736396;
}
.point-list p a {
  color: #736396;
  border-bottom: 1px solid #736396;
  text-decoration: none;
}
.human-img .img-wrapper::before {
  border-color: #736396;
}
.number-box {
  border-color: #fff;
}
.bg {
  background-color: #f7f4ff;
}
.hero {
  margin-bottom: 7vh;
}
.img-wrapper.center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.human-img {
  margin-top: 5rem;
  min-height: 450px;
}

.quote::after {
  position: relative;
  display: inline-block;
  left: auto;
  bottom: auto;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.w-120 img {
  width: 115%;
}
/* .modal */
.modal-content {
  background: linear-gradient(
    90deg,
    rgba(115, 99, 150, 0.15) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.modal-content .story-wrapper * {
  color: #736396;
}
.modal-body::before {
  background-color: #736396 !important;
}

.modal-content .number-box {
  background-color: #736396;
  border: 1px solid #736396;
}
.modal-content .number-box * {
  color: #fff;
}

.swiper-button-prev {
  background-image: url(../image/index/l_arrow_4.svg);
}
.pagination_bullet {
  color: #736396;
}
.swiper-button-next {
  background-image: url(../image/index/r_arrow_4.svg);
}
.modal-body::before {
  background-color: #736396;
}
#health_safety_wellbeing .col-md-55 img {
  width: 100%;
}
#health_safety_wellbeing .col-md-45 img {
  width: 100%;
  max-width: 300px;
}

.quote-wrapper {
  margin-right: 3rem;
}
.quote::after {
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
