.section-footer {
    background-color: #CBCCCE;
    padding: 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listf {
    flex: 1;
    margin-right: -900px;
    padding-right: -900px;
}

.listf:last-child {
    margin-right: 0;
}

.hrf {
    margin-bottom: 10px;
}

.prf {
    list-style-type: none;
    padding: 0;
}

.prf li {
    margin-bottom: 10px;
}

.lnk-footer {
    color: #333;
}

.lnk-footer:hover {
    color: #10A3C2;
}

.copy {
    text-align: center;
    background-color: #333;
    color: white;
    position: absolute;
    padding: 25px 25px;
    margin-top: 20px;
    font-size: 15px;
    left: 0;
    width: 100%;
}

.copy a {
    color: #DDF056;
    font-weight: 400;
}

.copy a:hover {
    color: #86aaff;
}

@media screen and (max-width: 1350px) {
    .footer-container {
        flex-direction: column;
    }

    .listf {
        margin-right: 0;
        border-right: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .copy {
        position: relative;
        margin-top: 20px;
    }
}