.ms-values{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 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-section-head__sub{color:#6f6a62;margin-top:14px;font-size:15px;line-height:1.6;}

.ms-values__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #e4ddd0;
}
.ms-values__card{
  padding:36px 30px;background:#fff;border-right:1px solid #e4ddd0;
}
.ms-values__card:last-child{border-right:none;}
.ms-values__icon{
  width:38px;height:38px;border-radius:50%;border:1px solid #7c1f2c;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#7c1f2c;font-size:16px;
}
.ms-values__card-title{font-size:19px;margin-bottom:8px;font-weight:600;color:#141110;}
.ms-values__card-text{color:#6f6a62;font-size:14px;line-height:1.6;}

@media (max-width:749px){
  .ms-container{padding:0 20px;}
  .ms-values{padding:48px 0;}
  .ms-section-head__title{font-size:22px;}
  .ms-values__grid{grid-template-columns:1fr;}
  .ms-values__card{border-right:none;border-bottom:1px solid #e4ddd0;}
}
