.footer__top{
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    max-height: 3rem;
    gap: 4px;
    /* margin-bottom: -2rem; */
}

.footer__top--nogap{
    margin-bottom: -2rem;
}

.footer__top a{
    color: var(--main-color);
    text-decoration: none;
}

.footer__top--img{
    height: 30px;
    margin: auto;
}

@media screen and (max-width: 778px) {
    .footer__top{
        display: block;
    }
}