.notifications-page__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-wrap: wrap;

}

.notifications-page__header .mark-all-read {
    font-size: 1rem;
    align-self: end;
    margin-bottom: 1rem;
}