footer {
    background-color: #222b3a;
    color: #f4f4f4;
    padding: 15px 0;
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-links-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    border-spacing: 40px 5px;
}

.footer-links-table a {
    color: #f4f4f4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-table a:hover {
    color: #a8dadc;
}

.footer-bottom {
    background-color: #1a1f29;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
}

.footer-bottom p {
    margin: 5px 0;
}

@media (max-width: 768px) {
    .footer-links-table {
        width: 100%;
		border-spacing: 20px 5px;
    }
}
