.dysgraphia-figure {
  margin: 42px 0;
}

.dysgraphia-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
}

.dysgraphia-figure figcaption {
  margin-top: 12px;
  color: #748179;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.support-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.support-example-grid > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fcfdfc;
}

.support-example-grid strong {
  color: var(--dark);
}

.support-example-grid p {
  margin: 8px 0 0;
  font-size: 14px;
}

@media (max-width: 680px) {
  .support-example-grid {
    grid-template-columns: 1fr;
  }

  .dysgraphia-figure {
    margin: 30px -8px;
  }
}
