@media only screen and (max-width: 768px),
  only screen and (max-width: 768px) and (orientation: landscape),
  only screen and (max-width: 767px) {
  .deep-tissue-img {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.85)
      ),
      url("../img/01-deeptissue.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    padding-top: 5rem;
    padding-bottom: 15rem;
    justify-content: center;
    color: #eeeeee;
    flex-wrap: wrap;
  }

  .swedish-img {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.85)
      ),
      url("../img/01-Swedish.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    padding-top: 5rem;
    padding-bottom: 15rem;
    justify-content: center;
    color: #eeeeee;
    flex-wrap: wrap;
  }

  .hero-section-content-container {
    gap: 0.5rem;
    margin: 0;
    padding: 0;
  }

  .blog-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .hero-subtext-container {
    max-width: 80vw;
    width: 80vw;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
  }

  .blog-hero-subtext {
    font-size: 1.12rem;
    line-height: 2rem;
  }

  .blog-hero-button {
    display: flex;
    max-width: 65vw;
    justify-self: center;
    align-self: center;
  }

  .blog-hero-divider::before {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 7"%3E%3Cpath d="M0,3.5 C20,1 50,6 80,2.5 C90,1 100,5 100,3.5 L100,7 L0,7 Z" fill="%eeeeee"/%3E%3C/svg%3E')
      no-repeat;
    background-size: cover;
  }

  .blog-content-container {
    display: flex;
    flex-direction: column;
    background-color: #eeeeee;
    padding-top: 3rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-items: center;
    align-items: center;
    gap: 1.5rem;
  }

  .blog-row {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    border: 1px solid;
    padding: 1rem;
    width: 90vw;
  }

  .row-question {
    display: flex;
    align-self: center;
    width: 85vw;
    max-width: 85vw;
  }

  .row-answer {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 80vw;
    max-width: 80vw;
  }

  li {
    margin-bottom: 0.5rem;
    line-height: 2rem;
  }
  li,
  p {
    font-size: 0.9rem;
    font-weight: 400;
  }

  .quest {
    font-family: "Lobster Two", sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }

  .blog-anchor-tag {
    text-decoration: underline;
    color: blue;
  }
}
