.recommendation__section {
  padding: 40px 0;
  background: url("/wp-content/uploads/2025/11/background-hero.webp") center center / cover no-repeat;
}
.recommendation__section .container {
  padding: 0 20px;
}
.recommendation__section .recommendation__heading {
  font-size: 32px;
  font-weight: 700;
  color: #3C4070;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
.recommendation__section .recommendation__container-text {
  flex: 1;
}
.recommendation__section .recommendation__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #1D6E1B;
  margin-bottom: 20px;
  line-height: 1.3;
}
.recommendation__section .recommendation__text {
  font-size: 18px;
  font-weight: 400;
  color: #3C4070;
  line-height: 1.6;
}
.recommendation__section .recommendation__text p {
  font-weight: 500;
  margin: 0 0 15px 0;
}
.recommendation__section .recommendation__text p:last-child {
  margin-bottom: 0;
}
.recommendation__section .recommendation__text ul,
.recommendation__section .recommendation__text ol {
  margin: 15px 0;
  padding-left: 25px;
}
.recommendation__section .recommendation__text ul li,
.recommendation__section .recommendation__text ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.recommendation__section .recommendation__text ul li:last-child,
.recommendation__section .recommendation__text ol li:last-child {
  margin-bottom: 0;
}
.recommendation__section .recommendation__text strong,
.recommendation__section .recommendation__text b {
  font-weight: 600;
  color: #1D6E1B;
}
.recommendation__section .recommendation__text em,
.recommendation__section .recommendation__text i {
  font-style: italic;
}
.recommendation__section .recommendation__text a {
  color: #1D6E1B;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.recommendation__section .recommendation__text a:hover {
  color: #299926;
}
.recommendation__section .recommendation__container-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 280px;
  margin-top: 20px;
}
.recommendation__section .recommendation__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 400px;
}
/*# sourceMappingURL=style.css.map */