
#sectionTwo .faces-strip{
display:grid;

}

#sectionTwo .faces-strip .imgBox{
width:100%;
max-width: 252px;
aspect-ratio: 1/1;
}


#sectionTwo .faces-strip img {
    width:100%;
    height: 100%;
    object-fit:cover;
}

@media screen and (max-width: 768px) {
    #sectionTwo .faces-strip .imgBox{
aspect-ratio: 4/5;
}
}