#whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 70px;
  z-index: 9999;
}

#whatsapp-button a img {
  width: 180px; /* Adjust size as needed */
  height: auto;
}
@media (max-width: 576px) {
  #whatsapp-button {
    right: 20px !important;
  }
}
