.vm__main {
  overflow: hidden;
}
.vm__sec {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .vm__sec {
    padding-bottom: 40px;
  }
}
.vm__sm-head {
  margin: 0;
  color: #f04e45;
  font-family: "DM Sans";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.4;
  letter-spacing: 0.24px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 767px) {
  .vm__sm-head {
    margin: 0 0 16px;
    font-size: 18px !important;
  }
}
.vm__sm-head::after {
  display: block;
  content: "";
  width: 56px;
  height: 1px;
  background: #101e61;
  margin-left: 7px;
}
.vm__head {
  text-align: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .vm__head {
    line-height: 1;
  }
}
.vm__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .vm__item {
    margin: 0 0 25px;
  }
}
.vm__item:last-child {
  margin-bottom: 0;
}
.vm__item__img {
  width: 88px;
}
.vm__item__copy {
  width: calc(100% - 88px);
  padding-left: 18px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .vm__item__copy {
    padding-right: 0px;
  }
}
.vm__item__copy .mission-title {
  color: #03002f;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.48px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .vm__item__copy .mission-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.vm__item__copy .mission-description {
  color: #03002f;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16px;
}
@media (max-width: 767px) {
  .vm__item__copy .mission-description {
    font-size: 14px;
    line-height: 1.4;
  }
}
.vm__right .vm__sm-head {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .vm__right .vm__sm-head {
    margin-bottom: 16px;
  }
}

.vm-ark {
  background-image: url(../../images/esg/vm-ark.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 610px;
  max-width: 100%;
  padding-top: 50%;
  transform: translateX(calc(-100% + 140px));
}
@media (max-width: 767px) {
  .vm-ark {
    display: none !important;
  }
}/*# sourceMappingURL=vision-mission.css.map */