@media screen and (min-width: 768px) {
    .hero-sub-topic .hero-sub-topic__copy{font-size:26px !important;font-weight:bold !important;}
	
	.hero-sub-topic .hero-sub-topic__eyebrow{display:none!important;}
	.featured-promo__copy .liststyle{list-style-type:disc;padding-left:40px;padding-top:20px;padding-bottom:20px;}
	.spacing{padding-top:20px;padding-bottom:20px;}
}

@media screen and (max-width: 767px) {
    .hero-sub-topic .hero-sub-topic__copy{font-size:16px !important;font-weight:bold !important;}
	.hero-sub-topic .hero-sub-topic__eyebrow{display:none!important;}
	.featured-promo__copy .liststyle{list-style-type:disc;padding-left:40px;padding-top:20px;padding-bottom:20px;}
	.spacing{padding-top:20px;padding-bottom:20px;}
}


@media screen and (min-width: 1024px){.hero-sub-topic .hero-subtopic-topic__illustration{height:350px !important;}}