.who-needs__section {
  padding: 40px 0;
  background: #fff;
}
.who-needs__section .container {
  padding: 0 20px;
  position: relative;
}
.who-needs__section .container:before {
  content: '';
  position: absolute;
  left: -270px;
  top: 120px;
  width: 300px;
  height: 360px;
  background: url("../../../assets/image/branch-left.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.who-needs__section .container:after {
  content: '';
  position: absolute;
  right: -270px;
  top: 120px;
  width: 300px;
  height: 360px;
  background: url("../../../assets/image/branch-right.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.who-needs__section .who-needs__content {
  width: 100%;
}
.who-needs__section .who-needs__head {
  text-align: center;
  margin-bottom: 30px;
}
.who-needs__section .who-needs__heading {
  font-size: 32px;
  font-weight: 700;
  color: #3C4070;
  margin-bottom: 15px;
  line-height: 1.2;
}
.who-needs__section .who-needs__subheading {
  font-size: 18px;
  font-weight: 600;
  color: #067500;
  margin: 0;
  line-height: 1.6;
  max-width: 700px;
  border: 1px solid #067500;
  padding: 20px;
  border-radius: 20px;
}
.who-needs__section .who-needs__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.who-needs__section .who-needs__container_list {
  flex: 1;
}
.who-needs__section .who-needs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.who-needs__section .who-needs__list-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #067500;
  transition: all 0.3s ease;
}
.who-needs__section .who-needs__list-item:hover {
  border-color: #1D6E1B;
  background: #fff;
  box-shadow: 0 4px 12px rgba(29, 110, 27, 0.1);
  transform: translateY(-2px);
}
.who-needs__section .who-needs__item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
}
.who-needs__section .who-needs__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.who-needs__section .who-needs__item-content {
  flex: 1;
}
.who-needs__section .who-needs__item-title {
  font-size: 18px;
  font-weight: 800;
  color: #1D6E1B;
  line-height: 1.3;
  margin: 0;
}
.who-needs__section .who-needs__item-description {
  font-size: 16px;
  font-weight: 400;
  color: #3C4070;
  margin: 0;
  line-height: 1.5;
}
.who-needs__section .who-needs__image {
  flex-shrink: 0;
  text-align: center;
}
.who-needs__section .who-needs__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-width: 400px;
}
/*# sourceMappingURL=style.css.map */