/**
 * @file
 * Visual styles for the text component.
 */

.homepage .block-text p {
  font-size: var(--font-size-xl);
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .homepage .block-text p {
    font-size: var(--font-size-2xl);
  }
}
