footer {
    background: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 24px 0;
    line-height: 1.5;
}
footer .container {
    text-align: center;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer-flex .address {
    font-size: 14px;
    color: #40444a;
}
@media (max-width: 480px) {
    .footer-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-flex .address {
        font-size: 12px;
    }
}
.footer-title {
    font-size: 16px;
    display: block;
}
