.whatsapp-button {
  position: fixed;
  width: 87px;
height: 60px;
bottom:90px;
right: 1px
  
}


@media (max-width: 768px) {
  .whatsapp-button {
    /* Adjust styles for smaller screens here */
    position: fixed; /* Ensure visibility on smaller viewports */
    bottom: 105px; /* Adjust positioning for smaller screens */
    right: 55px; /* Adjust positioning for smaller screens */
    width: 40px;  /* Adjust size for smaller screens */
    height: 40px; /* Adjust size for smaller screens */
  }
}
  