.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: center;
    font-family: arial;
    border-radius: 15px;
    width:90%

  }

  .price {
    color: rgb(25, 25, 25);
    font-size: 22px;
  }

  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #0050d5;
    text-align: center;
    cursor: pointer;
    width: 80%;
    font-size: 18px;
    border-radius: 15px;
    margin: 10px;

  }

  .card button:hover {
    opacity: 0.7;
  }
.product{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    /* margin: 10px; */
    padding-top: ;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-template-rows: repeat(1, 4fr);

}
.product_intro{
    margin:30px;
    padding-bottom: 20px;

}
.whatsapp_imbed{
    display:flex;
}
.whatsapp_image{
    width: 50px;;
    padding: 5px;
}
.whatsapp{
    margin-top: 12px;
    text-align: justify;
    font-weight: 600;
}
.wa{
    color: rgb(130, 178, 57);
}
@media(min-width: 1480px){
    /* general */

}
.whatsapp-button{
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 80px;
  color: #ffffff;
  text-decoration: none;
  width: 80px;
  height: 80px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%, 100% {
      width: 70px;
      height: 70px;
      font-size: 30px;
  }
  0%, 10%{
      width: 75px;
      height: 75px;
      font-size: 35px;
  }
  5%{
      width: 70px;
      height: 70px;
      font-size: 30px;
  }
}
