﻿.wlcts__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 3.2rem;
    margin: 6rem 0;
}

    .wlcts__footer .links__items {
        display: flex;
        justify-content: space-between;
        margin: 0 0 4rem;
    }

    .wlcts__footer .links__items a {
        color: #002E5D;

    }

@media only screen and (min-width: 62.0625em) {
    .wlcts__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 6.4rem;
    }

        .wlcts__footer .links__items {
            justify-content: flex-start;
            margin: 0;
        }

            .wlcts__footer .links__items a {
                margin-right: 3.2rem;
            }

    .wlcts__footer span {
        width: 100%;
        text-align: right;
    }
}
