/* Style all font awesome icons */
.fa {
  padding: 9px;
  font-size: 10px;
  width: 60px;
  height:60px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fab {
  padding: 9px;
  font-size: 40px;
  width: 60px;
  height:60px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
.feature-inner:hover{
    background-color:#000;
}
/* Set a specific color for each brand */

/* Facebook */
.fa-tiktok {
  background: #000;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: red;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-whatsapp {
  background: #25d366;
  color: white;
}