.titulo-h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 3rem;
	color: rgb(70, 70, 70);
}

@media (width >=700px) {


	.titulo-h3 {
		font-size: 50px;
	}

}
