@media screen and (min-width: 1199px) {
    .view-block-persons .view-content {
        align-items: start;
    }


    .view-block-persons .view-content .views-row:not(:first-child) {
        .b-person-teaser__information {
            height: 3.75rem;
        }
    }
}