footer{
    background-color: rgb(7, 7, 7);padding:  40px 5% 200px 5%;border-top: 0.5px solid rgb(92, 91, 91);
}
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: #15803D;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;
    }
}