.swiper-container {
    height: 65vh;
}

@media (max-width: 640px) {
    .swiper-container {
        height: 70vh;
    }
  }
  
  @keyframes pulse-scale {
    0%, 100% {
      transform: scale(1);
      
    }
    50% {
      transform: scale(1.07);
    
    }
  }
  
  .pulse-button {
    animation: pulse-scale 1.5s ease-in-out infinite;
  }
  .whatsapp{
    background-color: #15c455;
  }