.my-footer{
    font-size: calc(var(1.0) * 1.5rem)
}
/* SEZIONE */
.footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
}

.list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.5rem 0;
    padding-top: 1rem;
    padding-left: 0;
}

@media screen and (min-width: 750px) {
    .list-payment {
        justify-content: flex-end;
        margin: -0.5rem;
        padding-top: 0;
    }
}

li{
  margin: 2px;
}

.footer-link {
    text-decoration: none;
    color: #a29d9d;
}

.footer-link:hover {
    text-decoration: underline;
    color: #a29d9d;
}
