  .whatsapp {
      position: fixed;
      bottom: 100px;
      right: 15px;
      z-index: 99999;
      font-size: 12px;
  }
.footer_pages_link{
  display: flex;justify-content: flex-end;
}
@media (max-width: 1199px) {

  .whatsapp {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 99999;
    font-size: 12px;
    width: 75px;
  }
  .footer_pages_link{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}