.footer {
    padding: 25px 0px;
    background-color: rgb(22,22,22);
    color: var(--color-light);
}

.footer-flex {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 1024px) {

    .footer-flex{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__about {
        font-size: 14px;
    }

}
