.what-need__title {
  margin-bottom: 30px;
}
.what-need__wrapper {
  background: #F2F4FC;
  padding: clamp(64px, 4vw, 70px) clamp(23px, 2vw, 45px) 70px;
  border-radius: 20px;
}
.what-need__item:nth-child(2) .what-need__item-text {
  padding: 0 60px;
  border-right: 2px solid #4C57FF;
  border-left: 2px solid #4C57FF;
}
.what-need__item-text {
  font-size: 20px;
}
.what-need__item-text b {
  font-weight: 600;
}
.what-need__item-text p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .what-need__item:nth-child(2) .what-need__item-text {
    padding: 0 25px;
  }
  .what-need__item-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .what-need__item:nth-child(2) .what-need__item-text {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .what-need__item-text {
    font-size: 16px;
  }
  .what-need__item:nth-child(2) .what-need__item-text {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .what-need__wrapper {
    padding: 40px 20px 50px;
  }
  .what-need__item {
    width: 240px;
  }
  .what-need__item:nth-child(2) .what-need__item-text {
    margin: 28px 0;
    padding: 28px 0px;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #4C57FF;
    border-top: 2px solid #4C57FF;
  }
}