.footer__social {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.footer__social .social-link {
  font-size: 20px;
  /*color: #333;*/

  transition: color 0.3s ease;
}
/*.footer_social .social-link i.fa-brands {*/
/*    color:#fff;*/
/*}*/

.footer__social .social-link:hover {
  color: #2a9d8f; /* highlight color on hover */
}
