
.page-footer {
    background-color: rgb(74, 121, 209);
    padding: 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    font-family: 'apercu_pro', sans-serif;
    bottom: 0;
    font-size: 12px;
}

.page-footer .page-footer__link {
    padding-right: 50px;
    display: inline-block;
    color: white;
}

.page-footer__link.show750 {
    display: none;
}

.page-footer .section-wrapper {
    position: relative;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .page-footer__link.show750 {
        display: block;
    }
}

@media screen and (max-width: 525px) {
    .page-footer .section-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .page-footer {
        padding-top: 0;
    }

    .page-footer .page-footer__link {
        padding: 15px 15px 0 0;
    }

    .page-footer .page-footer__link {
        width: 100%;
        display: block;
    }
}