.block-custom-icon .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 10px;
}
.block-custom-icon a.wrapper {
  transform: scale(1);
  transition: transform 0.2s;
}
.block-custom-icon a.wrapper:hover {
  transform: scale(1.05);
}
.block-custom-icon--primary .wrapper {
  background: #040A47;
  box-shadow: 0 20px 40px 0px rgba(77, 98, 204, 0.38);
}
.block-custom-icon--quaternary .wrapper {
  background: #06D4CB;
  box-shadow: 0 20px 40px 0 rgba(43, 214, 123, 0.38);
}
.block-custom-icon--quinary .wrapper {
  background: #EF5924;
  box-shadow: 0 20px 40px 0px rgba(204, 184, 77, 0.38);
}

/*# sourceMappingURL=custom-icon.css.map */
