.footer {
    height: 70vh;
    padding: .75rem 1rem;
}

.footer--cm {
    background: linear-gradient(0deg, rgba(33,150,243,1) 0%, rgba(33,150,243,0) 100%);
}
.footer--sport {
    background: linear-gradient(0deg, rgba(38,208,124,1) 0%, rgba(38,208,124,0) 100%);
}
.footer--habit {
    background: linear-gradient(0deg, rgba(101,153,255,1) 0%, rgba(101,153,255,0) 100%);
}

.footer--section {
    margin-top: auto;
}

.footer--logo {
    grid-column: 1/2;
}

.footer--logo img {
    height: 1.5rem;
}

.footer--title {
    grid-column: 3/5;
}

.footer--year {
    grid-column: 5/6;
}

.footer--mail {
    grid-column: 6/-1;
    text-align: right;
}