
.footer {
    background-color: #f4f4f4;
    padding: 20px;
    border-top: 1px solid #ccc;
    position: relative;
}


.footer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.footer-section p {
    margin: 2px 0;
    font-size: 14px;
    color: #333;
}

/* Responsive for larger screens */
@media (min-width: 600px) {
    .footer-content {
        flex-direction: column;
        justify-content: space-between;
    }
}
