footer {
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

footer .terms {
    margin-top: 5px;
    color: var(--main-blue)
}

.c-r-l-f {
    width: 100%;
}

.c-r-l-f a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    padding-top: 10px;
}

.c-r-l-f span {
    padding-top: 10px;
}

.c-r-l-f img {
    max-width: 100px;
}