.wrap {
  padding: 54px;
  text-align:center;
  content:center;
  background-color:white;
}

.wrap a {
  color: black;
  font-size:20px;
}
.wrap a:hover{
  color: white;
}
.hover-fx {
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 130px;
  height: 130px;
  line-height:150px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color:#feb236;
  background-color:#feb236;
  transition: 300ms;
  margin-right:80px;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #6b5b95;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color:#6b5b95;
  color: #6b5b95;  
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
i{
  color:white;
  
}
h6{
  font-size:20px;
}
