@charset "utf-8";

.new-year-holiday-season {
	box-sizing: border-box!important;
	margin: 1rem auto 0!important;
	padding: .5rem 1rem!important;
	font-size: 16px!important;
	background-color: #fff!important;
	border: solid 0.5rem #E93423!important;
	box-shadow: 0px 4px 4px 0px rgb(7 4 4 / 20%)!important;
	max-width: 980px!important;
}
.new-year-holiday-season h3 {
	margin: 0!important;
	text-align: center;
}
.new-year-holiday-season p {
	margin-top: .25rem!important;
	font-size: .8em!important;
	color: #333!important;
	text-align: center!important;
	font-weight: normal!important;
}
.new-year-holiday-season p em {
	color: #E93423;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 768px) {
	.new-year-holiday-season {
		margin: 1rem 1rem 0!important;
		max-width: 660px!important;
	}
}