/*! Generated by Live LESS Theme Customizer */
/* HIGHLIGHT MENU*/
.why-choose-us__item-menu {
  background-color: #333333;
  color: white;
  border-radius: 4px;
}
/* FIN HIGHLIGHT MENU */
.why-choose-us__reasons-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.why-choose-us__reasons-list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: flex-start;
  align-items: center;
}
.why-choose-us__reasons-list__item__image {
  height: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.why-choose-us__reasons-list__item__text {
  align-items: flex-start;
  text-align: center;
}
.why-choose-us__reasons-list__item__text h3 {
  line-height: 130%;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
