.about-us-page {
  background: url("../images/bg-menu-mbl.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 120% 50%;
}

.about-us-page .about-us-wrapper .hero {
  margin-bottom: 100px;
  margin-top: 135px;
  width: 100%;
  position: relative;
}

.about-us-page .about-us-wrapper .hero img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.about-us-page .about-us-wrapper .hero .overlay {
  background-color: #262538;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-us-page .about-us-wrapper .hero .hero-txt {
  position: absolute;
  text-align: center;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}

.about-us-page .about-us-wrapper .hero .hero-txt .hero-title {
  margin-bottom: 30px;
  font-family: "Taberna";
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.about-us-page .about-us-wrapper .hero .hero-txt .hero-desc {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}

.about-us-page .about-us-wrapper .about-content {
  max-width: 1040px;
  padding: 0 35px 100px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-page .about-us-wrapper .about-content .about-img {
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-page .about-us-wrapper .about-content .about-img img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 375px;
}

.about-us-page .about-us-wrapper .about-content .about-img img:nth-of-type(1) {
  margin-right: 25px;
}

.about-us-page .about-us-wrapper .about-content .about-desc-txt {
  width: 100%;
  padding: 45px 0 0 100px;
}

.about-us-page .about-us-wrapper .about-content .about-desc-txt .about-desc-title {
  margin-bottom: 30px;
  font-family: "Taberna";
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}

.about-us-page .about-us-wrapper .about-content .about-desc-txt .about-desc {
  font-family: "Nunito Sans - Light", "Nunito Sans";
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 768px) {
  .about-us-page {
    background-size: 100%;
    background-position: 120% 70%;
  }
  .about-us-page .about-us-wrapper {
    margin-top: 120px;
  }
  .about-us-page .about-us-wrapper .hero {
    margin-bottom: 0;
  }
  .about-us-page .about-us-wrapper .hero img {
    width: 100%;
    height: 160px;
  }
  .about-us-page .about-us-wrapper .hero .overlay {
    height: 160px;
  }
  .about-us-page .about-us-wrapper .hero .hero-txt {
    max-width: 1040px;
    padding: 0 35px 100px;
    margin: auto;
    position: relative;
    position: unset;
    text-align: center;
    -webkit-transform: unset;
            transform: unset;
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .about-us-page .about-us-wrapper .hero .hero-txt .hero-title {
    font-size: 30px;
  }
  .about-us-page .about-us-wrapper .hero .hero-txt .hero-desc {
    font-size: 15px;
  }
  .about-us-page .about-us-wrapper .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us-page .about-us-wrapper .about-content .about-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us-page .about-us-wrapper .about-content .about-img img {
    width: 100%;
    height: 352px;
    margin: auto;
  }
  .about-us-page .about-us-wrapper .about-content .about-img img:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .about-us-page .about-us-wrapper .about-content .about-desc-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    padding-bottom: 60px;
  }
  .about-us-page .about-us-wrapper .about-content .about-desc-txt .about-desc-title {
    font-size: 30px;
  }
  .about-us-page .about-us-wrapper .about-content .about-desc-txt .about-desc {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .about-us-page .about-us-wrapper .hero img {
    height: 280px;
  }
  .about-us-page .about-us-wrapper .hero .overlay {
    height: 280px;
  }
  .about-us-page .about-us-wrapper .hero .hero-txt {
    padding-bottom: 100px;
  }
  .about-us-page .about-us-wrapper .about-content .about-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-us-page .about-us-wrapper .about-content .about-img img {
    margin: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .about-us-page .about-us-wrapper .about-content .about-img img:nth-of-type(1) {
    margin-right: 25px;
    margin-bottom: unset;
  }
}
/*# sourceMappingURL=about-us.css.map */