.text-with-icons__container {
  padding-top: 16px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #EEEBE4 0%, rgba(238,235,228,0) 100%);
  margin-top: var(--container-vertical-space);
}

@media screen and (max-width: 767px) {
  .text-with-icons__container {
    padding-top: 1px;
    padding-bottom: var(--container-vertical-space);
  }
}

.text-with-icons__container .card__icon {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.19); 
}

.text-with-icons__container h3 {
  font-weight: bold;
}

.text-with-icons__container .subtitle {
font-weight: 600}