.site-footer {
    background-color: #f4f4f4;
    color: #666;
    text-align: center;
    /* padding: 20px 0; */
}

.site-footer .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.footer-about,
.footer-links,
.footer-contact {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #007bff;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    /* padding-top: 20px; */
    /* margin-top: 20px; */
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}
