/* Contact heading alignment fix for all pages */
.footer-contact {
    text-align: center;
}

.footer-contact .footer-title {
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    text-align: center;
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-contact-icon {
    margin-bottom: 0.5rem;
}
