.hero-subtopic-topic__image{
	background-image: url(../jpg/home-hero-mobile.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px){
	.hero-subtopic-topic__image{
		background-image: url(../jpg/home-hero-desktop.jpg);
	}
}