/* home */

.home-h1 {
    font-size: 3.125rem;
}

.content_page_home{
	color: var(--off-white, #FFFBE9);
	font-size: var(--step-2);
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 57.2px */
}

.content_page_home p{
	max-width:19ch;
}

@media(min-width: 1200px){
	.content_page_home p{
		max-width:40ch;
	}
}
