.about_us_section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.about_us_main {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us_container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_us_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.about_us_box_title {
  font-size: 35px;
  font-weight: 700;
  color: #ff551a;
}
.about_us_box_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.8px;
  max-width: 560px;
}
.about_us_box_images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_us_box_images img {
  margin-left: 25px;
  border-radius: 20px;
  width: 250px;
}
.about_us_box_left_image {
  margin-top: 70px;
}

/* what we offer */
.about_us_what_we_offer {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.about_us_what_we_offer_title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.about_us_what_we_offer_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 470px;
}
.about_us_what_we_offer_container img {
  border-radius: 20px 0px 0px 20px;
}
.about_us_what_we_offer_content {
  background-color: #222222;
  border-radius: 0px 20px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 30px 15px 30px 30px;
  min-width: 410px;
}
.about_us_what_we_offer_content_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about_us_what_we_offer_content_item p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.about_us_what_we_offer_content_item_image_box {
  min-width: 47px;
  min-height: 47px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

/* how_it_works */
.about_us_how_it_works {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.about_us_how_it_works_title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.about_us_how_it_works_container {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.about_us_how_it_works_box {
  float: left;
  width: 390px;
  border: 20px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
}
.about_us_how_it_works_box img {
  max-width: 390px;
  border-radius: 20px 20px 0px 0px;
}
.about_us_how_it_works_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background-color: #222222;
  padding: 0px 20px 0px 20px;
  min-height: 120px;
}
.about_us_how_it_works_content p {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}
/* about_us_features */
.about_us_features {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.about_us_features_part {
  display: flex;
  width: 50%;
  justify-content: space-around;
  align-items: flex-start;
}
.about_us_features_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.about_us_features_item_image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ffffff;
  min-width: 150px;
  min-height: 150px;
}
.about_us_features_item_image img {
  max-width: 80px;
  max-height: 80px;
}
.about_us_features_item p {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 0px;
  margin-top: 20px;
  max-width: 185px;
  text-align: center;
}

/* goals */
.about_us_goals {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.about_us_goals_title {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.about_us_goals_container {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.toggle_container {
  flex-direction: row-reverse;
}
.about_us_goals_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 15px 0px 30px;
  background-color: #222222;
  height: 100%;
  width: 100%;
}
.about_us_goals_content_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 5px;
}
.about_us_goals_content_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  max-width: 90%;
}
.commitment_title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 35px;
}
.commitment_text {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  line-height: 29.5px;
  margin-top: 10px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1100px) {
  .about_us_main {
    margin-top: 30px;
  }
  .about_us_container {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .about_us_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
  }
  .about_us_box_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .about_us_box_text {
    font-size: 16px;
    line-height: 19.5px;
  }
  .about_us_box_images {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_us_box_images img {
    margin-left: 5px;
    border-radius: 10px;
    width: 160px;
  }
  .about_us_box_left_image {
    margin-top: 45px;
  }

  /* what we offer */
  .about_us_what_we_offer {
    width: 95%;
    margin-top: 20px;
  }
  .about_us_what_we_offer_title {
    font-size: 20px;
  }
  .about_us_what_we_offer_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
  }
  .about_us_what_we_offer_container img {
    min-width: 330px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
  .about_us_what_we_offer_content {
    border-radius: 0px 0px 10px 10px;
    height: 374px;
    padding: 30px 15px 30px 30px;
    min-width: 330px;
    width: 100%;
  }
  .about_us_what_we_offer_content_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .about_us_what_we_offer_content_item p {
    font-size: 16px;
    line-height: 19.5px;
  }
  .about_us_what_we_offer_content_item_image_box {
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
  }
  .about_us_what_we_offer_content_item_image_box img {
    min-width: 25px;
    width: 25px;
  }

  /* how_it_works */
  .about_us_how_it_works_title {
    font-size: 20px;
  }
  .about_us_how_it_works_container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_us_how_it_works_box {
    float: left;
    width: 330px;
    width: 95%;
    border: 10px;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 25px 20px 25px 20px;
  }
  .about_us_how_it_works_box img {
    max-width: 500px;
    width: 100%;
  }
  .about_us_how_it_works_content {
    border-radius: 0px 0px 10px 10px;
    padding: 0px 15px 0px 15px;
    min-height: 100px;
    max-width: 500px;
  }
  .about_us_how_it_works_content p {
    font-size: 16px;
    line-height: 19.5px;
  }

  /* goals */
  .about_us_goals {
    width: 95%;
    margin-top: 40px;
  }
  .about_us_goals_title {
    font-size: 20px;
  }
  .about_us_goals_container {
    flex-direction: column;
    height: fit-content;
    width: 100%;
    margin-top: 25px;
  }
  .toggle_container {
    flex-direction: column;
  }
  .about_us_goals_container img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
  .about_us_goals_content {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 15px 15px 15px;
    height: 210px;
  }
  .about_us_goals_content_title {
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 5px;
  }
  .about_us_goals_content_text {
    font-size: 16px;
    line-height: 19.5px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .about_us_features {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .about_us_features_part {
    display: flex;
    width: 95%;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 25px;
  }
  .about_us_features_item {
    max-width: 150px;
  }
  .about_us_features_item_image {
    min-width: 100px;
    min-height: 100px;
  }
  .about_us_features_item_image img {
    max-width: 50px;
    max-height: 50px;
  }
  .about_us_features_item p {
    font-size: 16px;
    line-height: 19.5px;
    margin-top: 16px;
    max-width: 185px;
    text-align: center;
  }
  .commitment_title {
    font-size: 20px;
    margin-top: 30px;
  }
  .commitment_text {
    font-size: 16px;
    line-height: 19.5px;
    width: 90%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .about_us_how_it_works_box {
    margin: 20px 0px 0px 0px;
  }
}
