#plates-offer{
	background: #ffe37c;
	border-radius: 12px;
	padding: 15px;
}
#plates-offer>div:first-child{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}
#plates-offer>div:last-child br{
	display: none;
}
#plates-offer img{
	display: inline-block;
	margin-right: 10px;
	width: 64px;
	height: auto;
}
#plates-offer h4{
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	color: #510092;
	line-height: 1.15;
	margin-bottom: 0;
}
#plates-offer p{
	margin-bottom: 5px;
}
#plates-offer span, strong, button{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0;
	line-height: 1;
	color: #000;
	font-size: 18px;
}
#add-plates-btn{
	background: #471d74;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 19px;
	padding-left: 15px;
	padding-right: 15px;
}