.distr-icons {
  display: flex;
  padding: 0 0 10px;
}
.distr-icons > span {
  width: 48px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.icon-corn {
  background: url(/themes/custom/bayerby/images/icon_corn.svg);
}
.icon-rape {
  background: url(/themes/custom/bayerby/images/icon_rape.svg);
}
.icon-fert {
  background: url(/themes/custom/bayerby/images/icon_fertilizer.svg);
}

.icon-soc1:before,
.icon-soc2:before,
.icon-soc3:before {
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-soc1:before {
  background-image: url(/themes/custom/bayerby/images/icon_insta.svg);
}
.icon-soc2:before {
  background-image: url(/themes/custom/bayerby/images/icon_fb.svg);
}
.icon-soc3:before {
  background-image: url(/themes/custom/bayerby/images/icon_youtube.svg);
}
.socialLinks .soc,
.socialLinksMob .soc {
  font-size: 20px;
}