.where_need {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.where_need .section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1009px) {
  .where_need .section__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 750px) {
  .where_need .section__header {
    gap: 12px;
  }
}
.where_need .section__header h1 {
  width: 499px;
}
@media (max-width: 750px) {
  .where_need .section__header h1 {
    width: 100%;
  }
}
.where_need .section__header p {
  margin: 0;
  width: 408px;
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 750px) {
  .where_need .section__header p {
    width: 100%;
  }
}
.where_need .where_need__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(344px, 1fr));
  column-gap: 18px;
  row-gap: 10px;
}
@media (max-width: 750px) {
  .where_need .where_need__items {
    grid-template-columns: 1fr;
  }
}
.where_need .where_need__items .where_need__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  border-radius: 10px;
  background: #EFF0F3;
  border-width: 0;
}
@media (max-width: 1009px) {
  .where_need .where_need__items .where_need__item {
    gap: 24px;
    padding: 20px 16px;
  }
}
@media (max-width: 750px) {
  .where_need .where_need__items .where_need__item {
    gap: 50px;
    padding: 30px 16px;
  }
}
.where_need .where_need__items .where_need__item:has(img) {
  padding: 0;
}
@media (max-width: 750px) {
  .where_need .where_need__items .where_need__item:has(img) {
    display: none;
  }
}
.where_need .where_need__items .where_need__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.where_need .where_need__items .where_need__item svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.where_need .where_need__items .where_need__item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1009px) {
  .where_need .where_need__items .where_need__item__content {
    gap: 16px;
  }
}
@media (max-width: 750px) {
  .where_need .where_need__items .where_need__item__content {
    gap: 15px;
  }
}
.where_need .where_need__items .where_need__item__content h4 {
  margin: 0;
  color: #030303;
  /* Text_exo2/h2_24_130% */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
}
.where_need .where_need__items .where_need__item__content p {
  color: rgba(4, 11, 47, 0.65);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
/*# sourceMappingURL=where_need.css.map */