    footer {
        background: #f2f2f2;
        padding: 30px;
        font-size: 14px;
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
    }

    .footer-left {
        font-size: 28px;
        font-weight: bold;
    }

    .footer-col {
        margin-top: 10px;
    }

    .footer-col p {
        margin-bottom: 5px;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        color: #555;
    }




