.box20220310212655{
	display: flex;
	justify-content: center;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}


@media(min-width:768px){
.box20220310212655{
	display: flex;
	justify-content: center;
	font-size: 30px;
	font-weight: normal;
}
}

@media(min-width:1024px){
.box20220310212655{
	display: flex;
	justify-content: center;
	font-size: 60px;
}
}