@media (max-width: 1174px) {
  body {
    header {
      background-position: left top, right -280% bottom -20%;
      .content-container {
        & > div {
          hgroup {
            h1 {
              width: 85%;
            }
            p {
              width: 97%;
            }
          }
        }
        .hero {
          border-radius: var(--size-10);
        }
      }
    }
    main {
      .main-container {
        & > div {
          h2 {
            width: 75%;
          }
          p {
            width: 90%;
          }
        }
        .read-together {
          order: 1;
          ul {
            width: 100%;
          }
        }
        .read-together-img {
          order: 2;
          border-radius: calc(var(--size-300) + 1px);
        }
        .not-average-img {
          position: relative;
          &::before {
            left: auto;
            bottom: 3.125rem;
            right: 3.125rem;
          }
          & > img {
            border-radius: calc(var(--size-300) + 1px);
          }
        }
      }
      .reading-journey {
        display: none;
      }
      .membership-options {
        max-width: 44rem;
        h2 {
          text-align: start;
        }
        & > div {
          & > div {
            width: calc(21rem + 4px);
            & > div {
              ul {
                li {
                  padding-inline-start: calc(2rem);
                  &::before {
                    width: 1.25rem;
                    height: 1.25rem;
                  }
                }
              }
            }
          }
          & > .pro {
            width: calc(21rem + 4px);
            padding-block: var(--size-300);
          }
        }
      }
      .testimonial {
        width: 44rem;
        align-items: start;
        blockquote {
          text-align: left;
        }
      }
    }
  }
}
