@media (max-width: 767.98px) {
    .p-section {
        padding: 60px 0;
    }
}
.p-footer__bottom {
    background: var(--dark);
    color: #fff;
    font-size: 12px;
    padding: 16px calc(40px + 1.5em);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-footer__bottom ul {
    padding: 0;
    margin: 0;
    width: 90%;
}
.p-footer__bottom li {
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}
.p-footer__bottom li:last-child {
    border: 0;
}
.p-footer__bottom li a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .p-footer__bottom {
        display: block;
        padding: 16px;
        font-size: 11px;
    }
    .p-footer__bottom ul {
        margin-bottom: 14px;
    }
    .p-footer__bottom li {
        margin-bottom: 0.5em;
    }
    .p-footer__bottom div {
        text-align: center;
    }
}