.usertext, .blocks {
  & * {
    max-width: 53rem;
  }
	& h1 {
		font-size: clamp(1.75rem, 5vw, 3rem);
		line-height: 1;
		margin-bottom: 0.5em;
		font-weight: 600;
	}
  & h2 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: 500;
  }
	& p {
		margin-bottom: 1em;
    font-size: clamp(1rem, 3vw, 1.25rem);
	}
}
