@media only screen and (max-width: 768px) {
  .p-page__body-inner {
  background-color: #FFFFFF;
    margin: 0 auto;
  }
}