.color2024 {
	color: #BF1832;
}
b {
	font-weight: 700 !important;
}
.title_2024 {
	padding-top: 60px;
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	font-size: 48px;
	margin-bottom: 20px;
}
.subtitle_2024 {
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	font-size: 17px;
	padding-bottom: 60px;
}
section	 {
	background-image: url(../img/back.png);
	background-repeat: repeat;
}


@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.title_2024 {font-size: 45px;}
	.color2024 > br {display: none;}
}
@media screen and (max-width: 767px) {
	.subtitle_2024 {padding-bottom: 30px;}
	.title_2024 {font-size: 38px;}
	.subtitle_2024 > br {display: none;}
	.title_2024 > .color2024 > br {display: none;}
	.color2024 > b > br {display: none;}

}
@media screen and (max-width: 393px) {
	.subtitle_2024 {font-size: 16px; line-height: 2;}
	.title_2024 {font-size: 38px;}
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}

