.eshop-shop-introduction {
  background: #ffffff !important;
  position: relative;
  padding: 66px 0;
  margin: -44px 0 22px;
}
.eshop-shop-introduction:before {
  background: #ffffff !important;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.eshop-shop-introduction:after {
  background: #ffffff !important;
  content: "";
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}