@charset "utf-8";

.h2-basis {
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 120%;
}
@media screen and (max-width: 979px) {
	.h2-basis {
		font-size: 2.2rem;
	}
}

.h3-basis {
  color: var(--Umios_text_Red);
  font-weight: 400;
  line-height: 140%;
}