.protest-revolution-regular {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.footer {
    min-height: 300px;
    background-color: #ffffff;
    padding: 40px 0;
    margin-top: 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    color: #030303;
}

.footer-section {
    padding: 0 20px;
}

.footer-section h3 {
    color: #030303;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-section p, 
.footer-section a {
    color: #030303;
    line-height: 1.6;
    text-decoration: none;
}

/* .footer-section a:hover {
    color: #fff;
} */

.footer-links li {
    margin-bottom: 10px;
    list-style: none;
} 