footer{
    margin-top: 5rem;
    color: #000;
    background: #f2f2f2;
}

footer img{
    width: 100px;
    margin-bottom: .5rem;
}

footer p{
    color: #373737;
}
.footer-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.link-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-footer div {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}
.link-footer a {
    color: #373737;
}

@media (max-width :1200px){
    .link-footer{
        flex-direction: column;
        align-items: baseline;
        gap: 1rem;
    }
}
