.business-products-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business-products-link > .item {
  color: #1a1a1a;
  display: block;
  margin-top: 1px;
  padding: 2rem 20px;
  position: relative;
  width: 100%;
}
.business-products-link > .item::before, .business-products-link > .item::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.business-products-link > .item::before {
  background-color: #ffdc73;
  z-index: -2;
}
.business-products-link > .item::after {
  background: url(../../images/common/pattern.png) center top repeat;
  background-size: 45px 15px;
  opacity: 0.03;
  z-index: -1;
}
.business-products-link > .item > .site-heading-simple {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
}
.business-products-link > .item > .site-button-primary {
  margin: auto;
}

.business-market-image {
  margin: 0 -20px;
}