.content {
  color: #111111;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #111111;
  font-weight: 600;
  line-height: 1.25;
  margin: 1.6rem 0 0.8rem;
}

.content h1 {
  font-size: 2.25rem;
}

.content h2 {
  font-size: 1.875rem;
}

.content h3 {
  font-size: 1.5rem;
}

.content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;
}

.content ul,
.content ol {
  margin: 0 0 1.2rem 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}

.content li {
  margin-bottom: 0.5rem;
}

.content a {
  color: #00bfa6;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.content a:hover {
  color: #0aa28e;
}

.content img {
  border-radius: 22px;
  margin-bottom: 1.5rem;
}

.content figure {
  margin: 0 0 1.5rem;
}

.content blockquote {
  border-left: 3px solid #00bfa6;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: rgba(0, 0, 0, 0.6);
}

.content .goal-box {
  display: block;
  border-left: 4px solid #6dd2c0;
  padding: 0.25rem 1rem;
  margin: 1.5rem 0;
}

.content .goal-box__title {
  color: #37acab;
  font-weight: 600;
  display: block;
  margin-bottom: 0.35rem;
}

.content .goal-box__text {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  display: block;
}

.content .bollet-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 0 0 0.75rem;
  color: rgba(0, 0, 0, 0.8);
}

.content .bollet-dot {
  width: 6px;
  height: 6px;
  margin-top: 0.5rem;
  border-radius: 999px;
  background-color: #37acab;
  flex: 0 0 6px;
}

.content .bollet-label {
  color: #37acab;
  font-weight: 600;
}

.content .bollet-text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
