.ms-gallery{background:#f6f2ea;border-top:1px solid #e4ddd0;border-bottom:1px solid #e4ddd0;padding:70px 0;}
.ms-container{max-width:1200px;margin:0 auto;padding:0 32px;}
.ms-section-head{max-width:640px;margin:0 auto 48px;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-gallery__grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:14px;
  height:480px;
}
.ms-gallery__item{height:100%;overflow:hidden;}
.ms-gallery__item:first-child{grid-row:1/3;}
.ms-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;}
.ms-ph{
  height:100%;background:linear-gradient(135deg,#efe9dc,#ddd3bf);
  display:flex;align-items:center;justify-content:center;
  color:#8a7c63;font-size:11px;letter-spacing:.14em;text-transform:uppercase;text-align:center;
}
.ms-ph span{padding:0 16px;}

@media (max-width:749px){
  .ms-container{padding:0 20px;}
  .ms-gallery{padding:48px 0;}
  .ms-section-head__title{font-size:22px;}
  .ms-gallery__grid{grid-template-columns:1fr 1fr;height:auto;grid-auto-rows:170px;}
  .ms-gallery__item:first-child{grid-row:auto;grid-column:1/3;}
}
