.about-us {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.about-us__section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url(../img/calc_mobile_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 168px;
}
.about-us__section1__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-us__section1__box1 {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #eaeaea;
}
.about-us__section1__box1__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #131e39;
  padding: 30px 20px;
}
.about-us__section1__box2 {
  display: none;
}
.about-us__section2 {
  width: 100%;
}
.about-us__section2__title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #282828;
  padding: 35px 20px 35px 20px;
}
.about-us__section2__box {
  display: flex;
  align-items: center;
  transition: 4s all;
}
.about-us__section2__box--bg-color {
  background: #eaeaea;
}
.about-us__section2__box__img {
  padding: 30px 20px 30px 25px;
  transition: 1s all;
}
.about-us__section2__box__img__scroll-animate {
  transform: scale(0.5);
}
.about-us__section2__box__text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #282828;
  padding: 30px 0;
}
.about-us__section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url(../img/about-us-section3-bg-mobile.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 168px;
}
.about-us__section3__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-us__section3__box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 20px;
  transition: 1.5s all;
}
.about-us__section3__box1__scroll-animate {
  transform: translateX(80px);
  opacity: 0;
}
.about-us__section3__box1__text1 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  color: #131e39;
  padding-bottom: 30px;
}
.about-us__section3__box1__text2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #131e39;
  padding-top: 30px;
}
.about-us__section3__box1__line {
  width: 260px;
  height: 1px;
  background: #b9032e;
}
.about-us__section3__box2 {
  display: none;
}

@media screen and (min-width: 500px) {
  .about-us__section1 {
    padding-top: 358px;
  }
  .about-us__section3 {
    padding-top: 358px;
  }
}
@media screen and (min-width: 769px) {
  .about-us__section1 {
    justify-content: center;
    height: 252px;
    background-image: url(../img/about-us-section1-bg.png);
    background-position: center;
    padding-top: 0;
  }
  .about-us__section1__container {
    max-width: 1140px;
  }
  .about-us__section1__box1 {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .about-us__section1__box1__text {
    padding: 0 120px 0 20px;
  }
  .about-us__section1__box2 {
    display: block;
    width: 50%;
  }
  .about-us__section2 {
    max-width: 1140px;
  }
  .about-us__section2__title {
    width: 40%;
    padding: 55px 20px 35px 20px;
  }
  .about-us__section2__boxes {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .about-us__section2__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
  }
  .about-us__section2__box--bg-color {
    background: #fff;
  }
  .about-us__section2__box__img {
    padding: 30px 20px 15px 0;
  }
  .about-us__section2__box__text {
    font-family: "Work Sans", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #282828;
    padding: 0 20px 70px 0;
  }
  .about-us__section3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background-image: url(../img/about-us-section3-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0;
  }
  .about-us__section3__container {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
  }
  .about-us__section3__box1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    padding: 30px 0 60px 20px;
  }
  .about-us__section3__box1__text1 {
    font-family: "Work Sans", sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    color: #131e39;
    padding: 0 20px 20px 0;
  }
  .about-us__section3__box1__text2 {
    font-family: "Work Sans", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    color: #131e39;
    padding: 0 20px 20px 0;
  }
  .about-us__section3__box1__line {
    width: 160px;
    height: 1px;
    background: #b9032e;
    margin: 10px 0 20px 0;
  }
  .about-us__section3__box2 {
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .about-us__section1__box1__text {
    padding: 0 120px 0 0;
  }
  .about-us__section2__title {
    width: 40%;
    padding: 55px 20px 35px 0;
  }
  .about-us__section2__boxes {
    padding: 0;
  }
}

/*# sourceMappingURL=about-us.css.map */
