.reasons-to-choose {
  /* background: linear-gradient(145deg, #7345B2 4.92%, #522E83 83.48%); */
  padding: 127px 20px 84px;
}

.reasons-heading-container {
  background: linear-gradient(145deg, #7345B2 4.92%, #522E83 83.48%);
}

.reasons-heading-container .heading h2{
  color: #FFF;
  text-align: center;
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 120px;
}

.reasons-to-choose .cmp-contentfragmentlist {
  display: flex;
  gap: 75px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}

.reasons-to-choose .cmp-contentfragment__elements {
  margin: 0;
}

.reasons-to-choose .cmp-contentfragment__element-value {
  margin-left: 0;
}

.reasons-to-choose .cmp-contentfragment__element--description {
  display: none;
}

.reasons-to-choose dl dd {
  margin-left: 0;
}

.reasons-to-choose .cmp-contentfragment__element-value img {
  height: 58px;
  margin-bottom: 23px;
}

.reasons-to-choose .cmp-contentfragment__element--title dd {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
}

.reasons-to-choose article {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .reasons-to-choose {
    padding: 48px 40px 36px;
  }

  .reasons-heading-container .heading h2 {
    padding-top: 56px;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
  }

  .reasons-to-choose .cmp-contentfragmentlist {
    gap: 36px;
    justify-content: space-around;
  }

  .reasons-to-choose article {
    max-width: 100px;
    margin-bottom: 0;
  }

  .reasons-to-choose .cmp-contentfragment__element-value img {
    height: 37px;
    margin-bottom: 12px;
  }

  .reasons-to-choose .cmp-contentfragment__element--title dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
  }
}