.fency-page-back-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 18px;
    padding: 0 24px;
    box-sizing: border-box;
}

.fency-back-button,
.pv-activity-header > a,
.pv-all-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 17px;
    box-sizing: border-box;
    border: 1px solid #d8e1ea;
    border-radius: 10px;
    background: #ffffff;
    color: #244665;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fency-back-button:hover,
.fency-back-button:focus,
.pv-activity-header > a:hover,
.pv-activity-header > a:focus,
.pv-all-back-button:hover,
.pv-all-back-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(20, 38, 61, .09);
    color: #244665;
    text-decoration: none;
}

@media (max-width: 720px) {
    .fency-page-back-row {
        justify-content: stretch;
        padding: 0 14px;
    }

    .fency-back-button {
        width: 100%;
    }
}
