/* below 1200px */
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
  .main-container {
    letter-spacing: 1.2;
    line-height: 1.6;
  }
  .hero-title-pic-img {
    width: 16rem;
  }
  .hero-title-img {
    width: 80rem;
  }
  .lifeishard-title-img {
    width: 60rem;
  }
  .lifeishard-title-pic-img {
    height: 16rem;
  }
  .ocopysendingwarm-title-img {
    width: 90%;
  }
  .aroma-title-img {
    width: 90%;
  }
  .potion-title-grid {
    gap: 0rem;
  }
  .potion-title-img {
    width: 90%;
  }
  .potion-title-pic-img {
    width: 90%;
  }
  .book-img {
    height: 28rem;
  }
  .book-horizontal-img {
    height: 23rem;
  }
  .more-img {
    width: 30rem;
  }
  .chickensoup-author-title-img {
    width: 36rem;
  }
  .chickensoup-author-img {
    height: 54rem;
  }
  .chickensoup-recommend-title-img {
    height: 40rem;
  }
  .chickensoup-recommend-row2 {
    background-image: url(images/chickensoup-pic-md.png);
    height: 50rem;
  }
  .rotate-3-workout {
    transform: rotate(0deg);
  }
}

/* below 944px */
@media (max-width: 59em) {
  html {
    font-size: 50%;
  }
  .hero-title-pic-img {
    width: 13rem;
  }
  .hero-title-img {
    width: 70rem;
  }
  .hero-pic-img {
    width: 80%;
  }
  .hero-intro-pic-img {
    width: 20rem;
  }
  .selection-grid-2-cols {
    grid-template-columns: 1fr;
  }
  .selection-group-3-books {
    grid-column: auto;
  }
  .selection-group-name-img {
    width: 50rem;
  }
  .book-img {
    height: 33rem;
  }
  .book-horizontal-img {
    height: 28rem;
  }
  .book-description-b-media {
    color: #24211c;
  }
  .selection-group-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .aroma-intro-grid {
    padding-right: 0;
    padding-left: 0;
  }
  .aroma-subtitle01-img {
    width: 80%;
  }
  .aroma-subtitle02-img {
    width: 70%;
  }
  .chickensoup-author-img {
    height: 48rem;
  }
  .sorepatches-title-pic-img {
    width: 50rem;
  }
}

/* below 704px */
@media (max-width: 44em) {
  .main-container {
    padding: 0 3.2rem;
  }
  .hero {
    padding-top: 3.2rem;
  }
  .hero-title-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-title-pic-img,
  .hero-title-img {
    display: none;
  }
  .hero-title-md-img {
    display: block;
    width: 90%;
  }
  .hero-pic-img {
    width: 95%;
  }
  .hero-intro-grid {
    gap: 0;
    padding-top: 2.4rem;
  }
  .hero-intro-pic-img {
    display: none;
  }
  .hero-intro-content {
    text-align: center;
  }
  .lifeishard-intro-img {
    padding-bottom: 5.2rem;
  }
  .lifeishard-title-img {
    width: 44rem;
  }
  .lifeishard-title-pic-img {
    height: 13rem;
  }
  .rotate-3,
  .rotate--5,
  .rotate--3 {
    transform: rotate(0deg);
  }
  .selection-group-3-books {
    grid-column: auto;
  }
  .selection-group-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .span-2 {
    grid-column: span 2;
  }
  .lifeishard-group-name07-img {
    display: none;
  }
  .lifeishard-group-name07-b-img {
    display: block;
  }
  .book-description-b-media {
    color: #fff;
  }
  .selection-grid-3-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .aroma-title {
    padding-bottom: 1rem;
  }
  .aroma-title-img {
    display: none;
  }
  .aroma-title-img-md {
    display: block;
    width: 90%;
  }
  .aroma-intro-grid {
    grid-template-columns: 1fr;
    padding-bottom: 5.2rem;
  }
  .aroma-intro {
    text-align: center;
  }
  .potion-title-grid {
    grid-template-columns: 1fr;
  }
  .potion-title-img {
    width: 80%;
  }
  .potion-title-pic-img {
    width: 80%;
    padding-bottom: 2rem;
  }
  .chickensoup-author-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .span-4 {
    grid-column: span 4;
  }
  .span-3 {
    grid-column: span 3;
  }
  .chickensoup-recommend-row1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .chickensoup-recommend-title-img {
    display: none;
  }
  .chickensoup-recommend-title-md-img {
    display: block;
    width: 90%;
  }
  .chickensoup-recommend-title {
    grid-row: 2/3;
  }
  .chickensoup-recommend-row2 {
    max-width: 90rem;
    height: 50rem;
    grid-template-columns: repeat(2, 1fr);
    background-image: none;
    justify-content: center;
    align-items: center;
  }
  .width-200 {
    width: auto;
  }
  .chickensoup-recommend-row3 {
    padding-top: 1rem;
  }
  .workout-descrip {
    text-align: center;
    padding-left: 0;
  }
  .aging-intro {
    text-align: center;
    padding-top: 3.2rem;
  }
}

/* below 544px */
@media (max-width: 34em) {
  html {
    font-size: 44%;
  }
  .hero-intro-content {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    letter-spacing: 0.3rem;
  }
  .lifeishard-title-img {
    width: 38rem;
  }
  .lifeishard-title-pic-img {
    height: 10rem;
  }
  .lifeishard-group-name07-img {
    display: block;
  }
  .lifeishard-group-name07-b-img {
    display: none;
  }
  .book-img {
    height: 28rem;
  }
  .book-horizontal-img {
    height: 23rem;
  }
  .padding-top-9 {
    padding-top: 0;
  }
  .chickensoup-intro-author {
    grid-row: 2/3;
  }
  .activity {
    padding: 3rem 4.6rem 8rem 3.2rem;
  }
}
