.footer-three-col {
    display: flex;
    align-content: center;
    padding: 0 10%;
    background-color: #f1f0f0; /* Example background color */
}

.footer-col {
    flex: 1;
}

.footer-col-content {
    text-align: center;
    margin-bottom: 10px;
}

.footer-heading {
    font-size: 1.2em;
    margin-bottom: 8px;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #f1f0f0;
    color: #fff;
}

