* {
  font-family: "Helvetica", sans-serif;
}

.hero {
  width: 100%;
  margin-bottom: 40px;
}

.article {
  margin-bottom: 80px;
}
.article__content {
  margin-bottom: 40px;
}
.article__content h3 {
  color: #00A3A9;
  font-size: 20px;
  font-weight: 700;
}
.article__double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.article__double ol li::marker {
  color: #6AB7B9;
  font-weight: 700;
}
.article__block {
  padding: 12px 20px;
  background: #8B8DC0;
  margin-bottom: 16px;
  border-radius: 12px;
}
.article__block span {
  font-weight: 700;
  color: white;
}

.label {
  text-align: end;
}

@media screen and (max-width: 768px) {
  .article__double {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
