.recommendation__section {
  padding: 80px 0;
}
.recommendation__section .recommendation__heading {
  font-size: 55px;
  margin-bottom: 50px;
}
.recommendation__section .recommendation__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.recommendation__section .recommendation__container-text {
  flex: 1;
}
.recommendation__section .recommendation__subtitle {
  font-size: 27px;
  padding: 0;
  width: 56%;
  font-weight: 600;
  margin-bottom: 40px;
}
.recommendation__section .recommendation__text {
  font-weight: 500;
  margin: 0 0 15px 0;
  font-size: 20px;
}
.recommendation__section .recommendation__container-image {
  flex: 0 0 45%;
  max-width: 160px;
  margin: 0;
}
.recommendation__section .recommendation__image {
  max-width: 100%;
}
/*# sourceMappingURL=style.lg.css.map */