DISCLAIMER
/* Fix for legal disclaimer alignment on mobile */
@media only screen and (max-width: 600px) {
.legal-disclaimer-class,
footer .container,
.footer-bottom-text {
display: block !important;
width: 100% !important;
padding-bottom: 80px !important; /* Pushes text above the WhatsApp button */
text-align: center !important;
}
}