.site-wrapper-8 {
    background: url(../img/covertest2.jpg);
}

@media only screen and (max-width: 600px) {
	.inspire{
		width: 85%;
	}
	.price{
		font-size:18px;
		max-width: 90%;
	}
	.small-price{
		font-size:15px;
	}
}
@media only screen and (max-width: 375px) {

	.price{
		font-size:25px;
	}
	.small-price{
		font-size:15px;
	}
}
@media only screen and (min-width: 601px) {
	.inspire{
		width: 40%;
	}
}