body .wrapper .blockForChooseUs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 150px;
}
body .wrapper .blockForChooseUs .titleChoseUs {
  color: #081F32;
  font-family: Gelasio, cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 25px;
}
body .wrapper .blockForChooseUs .contentChoseUs {
  color: #081F32;
  text-align: center;
  font-family: Roboto, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.6;
  width: 780px;
  margin-bottom: 60px;
}
body .wrapper .blockForChooseUs .containerForBlocks {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
body .wrapper .blockForChooseUs .containerForBlocks .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .wrapper .blockForChooseUs .containerForBlocks .block .imgChooseUs {
  width: 75px;
  height: 65px;
  margin-bottom: 35px;
}
body .wrapper .blockForChooseUs .containerForBlocks .block .title {
  color: #081F32;
  text-align: center;
  font-family: Gelasio, cursive;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
body .wrapper .blockForChooseUs .containerForBlocks .block .content {
  color: #081F32;
  text-align: center;
  font-family: Roboto, cursive;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 220px;
}

/*# sourceMappingURL=chooseUs.css.map */
