.about-content {
  padding: 150px 0 80px;
  background: #fff;
}
.text-content {
  padding: 40px 0;
  background: #630200;
}
.about-content__body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.about-content__body p {
  margin-bottom: 24px;
}

.about-content__body h2,
.about-content__body h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #080806;
}

.about-content__body h2 {
  font-size: 28px;
}

.about-content__body h3 {
  font-size: 22px;
}

.text-content__body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.text-content__body p {
  margin-bottom: 24px;
}

.text-content__body h2,
.text-content__body h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: #fff;
}

.text-content__body h2 {
  font-size: 28px;
}

.text-content__body h3 {
  font-size: 22px;
}

.text-content__body a {
  color: #ffc806;
  text-decoration: underline;
}

.text-content__body ul,
.text-content__body ol {
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: disc;
}

.text-content__body li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .text-content {
    padding: 50px 0;
  }
  .text-content__body {
    font-size: 15px;
  }
}
