.footer {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 1rem;
}

.footer__img {
    width: 7rem;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
}

small {
    display: block;
    font-size: var(--text-xs);
    color: var(--clr-gray);
}

@media (width >= 768px) {
    .footer {
        padding-top: 8rem;
    }
}
