.text-block {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
}
.text-block h2 {
  font-family: "Involve", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.text-block h3 {
  font-family: "Involve", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.text-block ul {
  list-style-type: disc;
  margin-left: 28px;
}
.text-block table {
  display: block;
  overflow-x: auto;
  scrollbar-width: thin;
}
.text-block a {
  color: #371211;
}
.text-block a:hover, .text-block a:active, .text-block a:focus {
  color: #a35a51;
}
.text-block img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

@media (min-width: 320px) {
  .content p:nth-last-child(n+2),
  .content ul:nth-last-child(n+2),
  .content ol:nth-last-child(n+2),
  .content img:nth-last-child(n+2),
  .content table:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .content td img {
    padding-right: 10px;
  }
  .text-block {
    font-size: 14px;
  }
  .text-block > *:nth-last-child(n+2) {
    margin-bottom: 24px;
  }
  .text-block h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .text-block h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .text-block ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .content p:nth-last-child(n+2),
  .content ul:nth-last-child(n+2),
  .content ol:nth-last-child(n+2),
  .content img:nth-last-child(n+2),
  .content table:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
  .content td img {
    padding-right: 20px;
  }
  .text-block {
    font-size: 18px;
  }
  .text-block > *:nth-last-child(n+2) {
    margin-bottom: 30px;
  }
  .text-block h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .text-block h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .text-block ul li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .text-block {
    font-size: 20px;
  }
  .text-block h2 {
    font-size: 24px;
  }
  .text-block h3 {
    font-size: 20px;
  }
  .text-block ul li {
    font-size: 18px;
  }
}
.img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 320px) {
  .img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .img {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .img {
    margin-bottom: 50px;
  }
}

.content img {
  width: auto;
}/*# sourceMappingURL=single-apparatuses.css.map */