Molly Jeppson
.directory-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 25px;
margin-top: 20px;
}
.staff-card {
max-width: 180px;
text-align: center;
flex: 1 1 150px;
}
.staff-card img {
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.staff-card h3 {
margin: 8px 0 3px;
font-size: 1rem;
color: #333;
}
.staff-card p {
margin: 0;
font-size: 0.85rem;
color: #666;
}
/* Responsive behavior */
@media (max-width: 768px) {
.directory