

.social-image {
  width: 3rem;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

 .social-image:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .social-logos img {
    width: 90px;
    height: 40px;
  }
  
}

@media screen and (max-width: 480px) {
  .social-logos img {
    width: 60px;
    height: 30px;
  }
  
}