@charset "UTF-8";
.p-features__dx {
  padding: 3rem 0 5rem;
}

@media screen and (min-width: 768px) {
  .p-features__dx {
    padding: 9rem 0 9rem;
  }
}

.p-features__dx .c-container{
  max-width: 920px;
}