footer {
    display: flex;
    padding: 20px 48px;
    align-items: center;
    align-content: center;
    gap: 14px 20px;
    align-self: stretch;
    flex-wrap: wrap;
    bottom: 0;
}


.footer-item a {
    color: var(--footer-text-color);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration: unset;
}

.footer-item a:hover {
    color: var(--button-color);

}