footer{
    background-color: #1f1f1f;padding:  80px 5% 200px 5%;
}
footer > div{
    color: #FAFAFA;max-width: 1300px;margin: 0 auto;
}
footer > div> div:nth-child(1){
    display: flex;justify-content: space-between;margin-bottom: 20px;gap: 2rem;
}
footer > div> div:nth-child(1) > div > img {
    width: 60px;
}
footer h2{
    color: var(--secondary-color);text-transform: uppercase;font-size: 24px;margin-bottom: 10px;
}
footer p{
    font-size: 16px;max-width: 800px;
}
@media screen and (max-width: 500px) {
    footer p {
        font-size: 14px
    }
    footer > div> div:nth-child(1) > div > img {
        width: 48px;margin-left: 20px;
    }
}