.shopaexpress-policy__container {
    max-width: 560px;
    max-width: 65ch;
    padding-left: 20px;
    padding-right: 20px
}

.shopaexpress-policy__title {
    text-align: center;
    margin-bottom: 30px;
}

.shopaexpress-policy__remote-policy-heading-wrapper {
    text-align: center;

    h1 {
        margin-bottom: 20px
    }
}

.shopaexpress-policy__remote-policy-body {
    margin-bottom: 20px;
    text-align: center;
}

/* Small screens (max-width: 600px) */
@media (max-width: 600px) {
  .shopaexpress-policy__container {
    margin-top: 40px;
  }
}