/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .custom-footer {
    background-color: #f1f1f1;
    padding: 20px 0;
    text-align: left;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap; /* Wrap the blocks on smaller screens */
}

.footer-block {
    width: 23%; /* Adjust this for responsiveness if needed */
    padding: 10px;
}

.footer-block h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.footer-block p {
    font-size: 1em;
    color: #333;
}
