.concept {
  color: #1d2141;
  padding: 4.875rem 0 3rem 0;
}
.concept__title {
  display: inline;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 45px;
  color: #1d2141;
  margin-bottom: 0.75rem;
}
.concept__title-main {
  font-family: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.concept__title-accent {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  margin-left: 0.4em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.concept__content {
  font-weight: 400;
  font-size: 25px;
  color: #1d2141;
  padding-right: 5rem;
}
.concept__content p {
  margin-block: 0 1.5rem;
}
.concept__content p:last-child {
  margin-bottom: 0;
}
.concept__content strong {
  font-weight: 700;
}