.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;
}

.advantages__title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 118.75%;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2D1B4B;
  text-transform: initial;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advantages__list_3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: 96px;
  padding: 16px;
  border-radius: 24px;
  background: #F1ECF8;
}

.advantages__image-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}

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

.advantages__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.advantages__headline {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120.8333333333%;
  color: #2D1B4B;
}

.advantages__text {
  display: block;
  font-size: 1rem;
  line-height: 131.25%;
  color: #2D1B4B;
}

@media (max-width: 1919px) {
  .advantages__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .advantages__item--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1439px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 833px) {
  .advantages__title {
    margin-bottom: 16px;
    font-size: 1.25rem;
    line-height: 120%;
    line-height: 120%;
  }

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

  .advantages__item {
    min-height: 0;
    gap: 12px;
    padding: 16px 16px 16px 12px;
    border-radius: 16px;
  }

  .advantages__image-box {
    width: 40px;
    height: 40px;
  }

  .advantages__text-box {
    gap: 0;
  }

  .advantages__headline {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .advantages__text {
    font-size: 1rem;
    line-height: 112.5%;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
