.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefits--vertical .benefits__list {
  grid-template-columns: 1fr;
  gap: 21px;
}

.benefits__title {
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 20px;
  padding: 12px;
  min-height: 80px;
  background: #f4f4f4;
}

.benefits__image-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.benefits__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits__text {
  display: block;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 127.7777777778%;
  color: #222;
}

@media (max-width: 1439px) {
  .benefits__title {
    margin-bottom: 20px;
  }

  .benefits__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .benefits__text {
    font-size: 1rem;
    line-height: 131.25%;
  }
}

@media (max-width: 833px) {
  .benefits__title {
    text-transform: none;
    margin-bottom: 10px;
  }

  .benefits__item {
    gap: 16px;
    padding: 0;
    min-height: 0;
    background: transparent;
    border-radius: 0;
  }

  .benefits__image-box {
    background: #f4f4f4;
    border-radius: 20px;
  }

  .benefits__text {
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 146.6666666667%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
