.wp-block-wop-alumni {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 150px, 395px ) );
	gap: 5rem 3rem;
	justify-content: center;
}

.alumni-card {
	display: flex;
	flex-direction: column;
	border: 2px solid #7437A9;
    border-radius: 2.5rem;
    overflow: hidden;
    cursor: pointer;
	clear: both;
	text-decoration: none;
	align-self: stretch;
}

.alumni-card:hover {
	border-color: #F06493;
}

.alumni-card:hover .alumni-name {
	color: #F06493
}

.alumni-picture > img {
	width: 100%;
	height: 260px;
    object-fit: cover;
	object-position: top center;
}

.alumni-name {
	font-weight: 700;
	color: #7437A9;
}


.alumni-testimonial, .alumni-name, .alumni-full-story {
    margin: 0 2.5rem;
}

.alumni-full-story {
	text-decoration: underline;
	font-weight: 700;
	margin-top: auto;
}

/* @media screen and (min-width: 1300px) {
	.wp-block-wop-alumni {
		grid-template-columns: repeat( 3, minmax( 150px, 395px ) );
	}
} */

.alumni-picture > figure {
	margin: 0;
}

.alumni-container-max-width {
	max-width: 1300px !important;
}
