
.page-footer {
    background-color: #039097;
    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:hover {
    color: #F5B553;
}

.page-footer .page-footer__link {
    color: white;
}

.page-footer .section-wrapper {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@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%;
    }
}