#section_opt {
	max-width: 1280px;
	margin-bottom: 8rem;
	gap: 0.5rem;
}

#section_opt p,
#section_opt li,
#section_opt a {
	max-width: 720px;
}

#section_opt h1 {
	font-size: 6rem;
	line-height: 100%;
}

#section_opt h2 {
	font-size: 3rem;
	margin-bottom: 2rem;
	margin-top: 4rem;
	font-weight: bold;
	line-height: 100%;
}

#section_opt h3 {
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-top: 4rem;
	font-weight: bold;
	line-height: 100%;
}

#section_opt h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-weight: bold;
	line-height: 100%;
}

@media (max-width: 640px) {
	
	#section_opt {
		gap: 0.5rem;
	}

	#section_opt h2 {
		font-size: 3rem;
	}
	
	#section_opt h3 {
		font-size: 2rem;
	}
	
	
}