.footer-container {
    background-color: #0b425d;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.footer-section {
    width: 30%;
}

.footer-section h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
}

.footer-section p {
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.5;
}

.footer-bottom {
    border-top: 1px solid #8fa0b1;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    color: #8fa0b1;
}

.footer-section a {
    text-decoration: none;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}
