@media screen and (max-width: 1024px) {
h2.price-box-text {
font-size: 40px;
}
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 800px) {
	
}

@media screen and (max-width: 768px) {

h2.price-box-text {
font-size: 30px;
}
}
