.personbox{display:flex;gap:5%;align-items:flex-start;padding:2rem 0;border-bottom:1px solid #e0e0e0}.personbox:last-child{border-bottom:none}.personbox__image{width:30%;flex-shrink:0;border-radius:8px;overflow:hidden;aspect-ratio:4/3}.personbox__image img{width:100%;height:100%;object-fit:cover;display:block}.personbox__content{width:60%;box-sizing:border-box;padding:30px 0}.personbox__content h3{font-size:1.125rem;font-weight:500;margin:0 0 .75rem;font-weight:bold}.personbox__content p{font-size:1rem;line-height:1.7;margin:0;color:#555}@media(max-width: 600px){.personbox{flex-direction:column}.personbox__image,.personbox__content{width:100%}}