.image-with-text-features {
  background-color: var(--section-bg);
  margin: var(--margin-top-mobile) 0 var(--margin-bottom-mobile);
  padding: var(--padding-top-mobile) 0 var(--padding-bottom-mobile);
}
@media only screen and (min-width: 1024px) {
  .image-with-text-features {
    margin: var(--margin-top) 0 var(--margin-bottom);
    padding: var(--padding-top) 0 var(--padding-bottom);
  }
}
.image-with-text-features .image-with-text-features__grid-item {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
