.promo_type1_row {
	font-weight: 700;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 0;
	color: #000;
}
.promo_type1_title_date {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.promo_type1_row {flex-wrap: wrap;}	
	.promo_type1_title {text-align: center; line-height: 1.5;}
}
	