contact-us {
    background-color: #f2f2f2;
    padding: 2rem;
    text-align: center;
  }
  
  .contact-us h2 {
    margin-bottom: 1rem;
  }
  
  .social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  
  .social-links img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
  }
  