footer {
    position: relative;
    padding: 25px 0px;
    background: #1C1D19;
    color: #959692;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.f-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-bottom ul li a,
.f-bottom ul li a:hover {
    color: #959692;
    cursor: pointer;
}

.f-bottom ul {
    float: right;
}

.f-bottom p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .f-bottom {
        display: grid;
    }

    .f-bottom p {
        order: 2;
        padding: 10px;
    }

    .f-bottom .sm-mint {
        order: 1;
    }

    .f-bottom .sm-mint li {
        float: left;
    }

    .f-bottom .sm-mint a,
    .f-bottom .sm-mint a:hover,
    .f-bottom .sm-mint a:focus,
    .f-bottom .sm-mint a:active,
    .f-bottom .sm-mint a.highlighted {
        padding: 10px;
    }

    .f-bottom .sm-mint {
        background: inherit;
    }
}