.title {
	color: var(--text-primary-alpha);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.subtitle {
   color: var(--text-primary-alpha);
   font-weight: 300;
   clamp(1rem, 2vw, 1.2rem);
}

@media screen and (max-width: 576px) {
	.title {
      margin-bottom: .6rem;
	}
}
