.page-bottom {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #444;
}

.page-bottom .mission {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.page-bottom .mission .mission-image {
  position: relative;
  width: 70%;
  float: left;
  height: 500px;
  border-radius: 50px 5px 50px 50px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.page-bottom .mission .mission-image img {
  width: 100%;
  height: 100%;
}

.page-bottom .mission .mission-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background-image: linear-gradient(160deg, rgba(4, 7, 46, 0) 30%, rgb(4, 7, 46) 100%);
}

.page-bottom .mission .mission-text {
  position: absolute;
  z-index: 2;
  width: 40%;
  float: right;
  right: 0px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background: #fff;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 40px 5px 40px 40px;
  padding: 30px;
  padding-bottom: 10px;
}

.page-bottom .mission .mission-text h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 1.75px;
  color: black;
}
@media (max-width: 767.8px) {
  .page-bottom .mission .mission-text h2 {
    font-size: 22px;
  }
}

.page-bottom .mission .mission-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
@media (max-width: 767.8px) {
  .page-bottom .mission .mission-text p {
    font-size: 13px;
    line-height: 17px;
  }
}

.page-bottom .mission.left .mission-image {
  float: right;
  border-radius: 5px 50px 50px 50px;
}

.page-bottom .mission.left .mission-text {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  left: 0px;
  border-radius: 5px 40px 40px 40px;
}

@media (max-width: 991px) {
  .cover {
    margin-top: 80px;
  }
  .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    height: auto !important;
    padding-bottom: 15px;
  }
  .cover .page-top {
    text-align: center;
  }
  .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page-bottom .mission {
    overflow: initial !important;
  }
  .page-bottom .mission .mission-image {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }
  .page-bottom .mission .mission-text {
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
}/*# sourceMappingURL=mission-vision.css.map */