.aboutBanner {
  margin-top: 78px;
  position: relative;
}

.aboutBanner img {
  width: 100%;
}

.aboutBanner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutBanner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #0000003d;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.aboutpageContent {
  padding-top: 90px;
}

.aboutpageContent .heading h1 {
  font-weight: 500;
}

.mission {
  padding: 50px 0 90px;
}

.mission .container {
  padding-right: 0;
}

.mission .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission .content {
  width: 60%;
  padding-right: 10%;
}

.mission .image {
  width: 40%;
}

.keyValue {
  padding-bottom: 90px;
}

.keyValue h1 {
  font-weight: 600;
  margin-bottom: 20px;
}

.keyValue li {
  padding-bottom: 10px;
}

.travelBanner {
  position: relative;
}

.travelBanner .image {
  width: 100%;
}

.travelBanner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.travel {
  color: #fff;
  font-size: 48px;
  margin-bottom: 24px;
}

.howItWorks {
  padding-bottom: 30px;
  padding-top: 90px;
}

.howItWorks .howIt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.howItWorks .content {
  text-align: center;
  margin: 0 20px;
}

.howItWorks .content .title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

.howItWorks .content p {
  color: #8D8D8D;
}

@media screen and (max-width: 991px) {
  .travel {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .aboutBanner {
    margin-top: 58px;
  }
  .aboutBanner .title {
    font-size: 25px;
  }
  .title {
    font-size: 25px;
  }
  .aboutpageContent {
    padding-top: 30px;
  }
  .mission {
    padding: 20px 0 20px;
  }
  .travel {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .howItWorks {
    padding-bottom: 10px;
  }
  .howItWorks .howIt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howItWorks .content {
    margin: 0;
  }
  .howItWorks .content {
    margin-bottom: 30px;
  }
  .howItWorks .arrows {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .mission .vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mission .content {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .mission .container {
    padding-right: 15px;
  }
  .mission .image {
    width: 100%;
  }
  .travelBanner .image {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .travelBanner .content {
    width: 90%;
  }
  .keyValue {
    padding-bottom: 20px;
  }
  .howItWorks {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=about.css.map */