.whatsappBtn{
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25D366;
  z-index: 5;
}

.footer_nav a{
    text-decoration: none;
    color: var(--lightgrey) !important;
}
.footer_nav a:hover{
    text-decoration: none;
    color: var(--grey);
}

.footer_icons{
    min-width: 50px;
    min-height: 50px;
}


.footer_newsletter_text{
    margin-left: 50px;
}

@media (max-width: 580px) {
    .footer_newsletter{
        flex-direction: column !important;
    }
    .footer_newsletter_text{
        margin-left: 0px;
    }
}