 .socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  transition: 0.2s;
}

.social-btn:hover {
  transform: translateY(-2px);
}

/* WhatsApp */
.social-btn.whatsapp {
  background: #25D366;
}

/* Instagram */
.social-btn.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
 
 @media (max-width: 775px) {
       iframe  {
        margin-top: 20px;
        height: 400px;
      }
    }
