.widget_text .pzp-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pzp-footer-top .pzp-footer-icons i {
  font-size: 24px;
  background-color: #5A3E95;
  margin-bottom: 15px;
  border-radius: 50px;
  width: 2.3em;
  height: 2.3em;
  padding-top: 15px;
  color: #fff;
}

.pzp-footer-top .pzp-footer-icons a {
  font-size: 22px;
  font-weight: 700;
}

.pzp-footer-top .pzp-footer-icons {
  min-width: 220px;
}