.kum-section{
max-width:900px;
}

.kum-cards{
display:flex;
flex-direction:row;
justify-content:center;
align-items:flex-start;
gap:4rem;
margin-top:40px;
}

.kum-card{
display:flex;
flex-direction:column;
align-items:center;
gap:12px;
}

.kum-photo-wrap{
width:330px;
aspect-ratio:3/4;
border-radius:8px;
border:1px solid #c8b49a;
overflow:hidden;
background:rgba(200,180,154,0.12);
}

.kum-photo-wrap img{
width:100%;
height:100%;
object-fit:cover;
object-position:center top;
display:block;
}

.kum-card:first-child .kum-photo-wrap img{
object-position:center 50%;
}

.kum-card .kum-name{
font-family:'Great Vibes', cursive;
font-size:2.28rem;
font-weight:400;
color:#4f473f;
margin:0;
}

@media (max-width:640px){

.kum-cards{
flex-direction:column;
align-items:center;
gap:2.5rem;
}

.kum-photo-wrap{
width:286px;
}

}
