.ms-shapes{background:#fbf9f5;padding:70px 0;}
.ms-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.ms-section-head{max-width:640px;margin:0 auto 40px;text-align:center;}
.ms-rule{width:60px;height:1px;background:#7c1f2c;margin:0 auto;}
.ms-eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;font-weight:500;color:#7c1f2c;}
.ms-section-head__title{font-size:26px;margin-top:12px;font-weight:600;color:#141110;}

.ms-shapes__row{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:16px;
}
.ms-shapes__item{text-align:center;}
.ms-shapes__item img,
.ms-shapes__item .ms-ph{
  width:84px;height:84px;border-radius:50%;margin:0 auto 12px;object-fit:cover;
}
.ms-ph{
  background:linear-gradient(135deg,#efe9dc,#ddd3bf);
  display:flex;align-items:center;justify-content:center;
  color:#8a7c63;font-size:10px;letter-spacing:.1em;text-transform:uppercase;
}
.ms-shapes__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#6f6a62;}

@media (max-width:749px){
  .ms-container{padding:0 20px;}
  .ms-shapes{padding:48px 0;}
  .ms-section-head__title{font-size:22px;}
  .ms-shapes__row{grid-template-columns:repeat(3,1fr);row-gap:24px;}
  .ms-shapes__item img,.ms-shapes__item .ms-ph{width:72px;height:72px;}
}
