.number__icon svg {
  width: 68px;
  height: 47px;
}
.number__box {
  max-width: 300px;
}
.number__box:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}
.number__title span {
  font-size: clamp(32px, 1.979166666666667vw, 38px);
  line-height: 1;
  font-weight: 600;
}
.number__icon svg {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .benefits-wrapper .number__box {
    width: 33.33%;
  }
}
