/* Text block component styles */

.text-block__content {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color-text);
}

@media (min-width: 768px) {
  .text-block__content {
    font-size: 1.125rem;
  }
}

/* Spacing when title is present */
.text-block .heading + .text-block__content {
  margin-top: 1rem;
}
