.offer-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--extra-light-gray);
}

.offer-svg-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.offer-svg-row div{
  height: 26px;
}

.offer-text {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  margin: 16px 0px;
}

.offer-value-text {
  font-family: Muli;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  margin: 0px;
}

.offer-value-text font{
  font-size: 32px;
  line-height: 40px;
}

/* Tablet & Desktop */
@media screen and (min-width: 900px) {
  .offer-value-text {
    font-size: 34px;
    line-height: 1.1em;
  }
  .offer-value-text font{
    font-size: 48px;
    line-height: 50px;
  }
}