.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: 70vh;
  padding-top: 5rem;
  padding-bottom: 12rem;
  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: 70vh;
  padding-top: 5rem;
  padding-bottom: 12rem;
  justify-content: center;
  color: #eeeeee;
  flex-wrap: wrap;
}

.blog-title {
  line-height: 3rem;
}

.hero-section-content-container {
  gap: 1rem;
}

.blog-hero-subtext {
  font-size: 1.3rem;
  line-height: 2.8rem;
}

.blog-hero-button {
  display: flex;
  max-width: 25vw;
  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;
  gap: 2rem;
  border: 1px solid;
  padding: 4rem;
}

.row-question {
  display: flex;
  align-items: center;
  width: 25vw;
  max-width: 25vw;
}

.row-answer {
  width: 35vw;
  max-width: 35vw;
}

li {
  margin-bottom: 0.5rem;
  line-height: 2rem;
}
li,
p {
  font-size: 1.3rem;
  font-weight: 400;
}

.quest {
  font-family: "Lobster Two", sans-serif;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.blog-anchor-tag {
  text-decoration: underline;
  color: blue;
}
