.footer-column h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: white;
    font-weight: 700;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.footer-column ul li a:hover {
    color: #ff0000;
}