.centerh2_4iconh3desc_cta {
  background-size: auto 110%;
  background-repeat: no-repeat;
  background-position: center center;
}
.iconh3desc_items {
  border-radius: var(--border_radius_2);
  position:relative;
  z-index:0
}
.iconh3desc_items:before {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color:#fff;
  z-index:-1;
  border-radius: var(--border_radius_2);
}