.footer{
    background-color: #4c80be;
    display: flex;
    justify-content: space-evenly;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
    font-size: 0.92rem;
    line-height: 1.35; 
}
.footer > div {
    padding: 0 16px;
    min-width: 220px;
}
.brandName{
    color: white;
}
.footer > div > p, .footer > div > h3 {
    color: white;
    margin: 4px 0;
    font-size: inherit; 
}
.footer h3 {
    margin-bottom: 6px;
    font-size: 1.02rem; 
}

@media (max-width: 600px) {
    .footer { font-size: 0.85rem; padding: 18px 8px; flex-direction: column; gap: 10px; }
    .footer > div { min-width: auto; padding: 0; }
}