section:has(.theme-bg-muted) {
  background-color: #F7F5F3;
  margin: 0;
  padding: 60px 15px;
}
@media (min-width: 768px) {
  section:has(.theme-bg-muted) .container {
    width:750px
  }
}

@media (min-width: 992px) {
  section:has(.theme-bg-muted) .container {
    width:970px
  }
}

@media (min-width: 1200px) {
  section:has(.theme-bg-muted) .container {
    width:1170px
  }
}