@media (min-width: 992px) and (max-width: 1199px) {
	.product-box a h2 strong, .product-box h2 strong {
		font-size: 17px;
	}
}

@media only screen and (max-width : 991px) {
	p.links a, .product-box a {
		text-align: center;
	}
}

@media only screen and (max-width : 767px) {
	.style-content h2 {
		font-size: 27px;
	}
	.style-content p {
        font-size: 16px;
        line-height: 25px;
    }
	.mobiles-img img {
		max-height: 190px;
	}
	.product-box a h2 {
		font-size: 16px;
		line-height: 1;
	}
	p.links {
		font-size: 13px;
	}
}