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

	.box-section .col-md-3 {
		max-width: 25%;
		flex: 0 0 25%;
	}


}

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

	.box-section .col-md-3 {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}

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

		.box-section .col-md-3 {
			max-width: 50%;
			flex: 0 0 50%;
		}

		.box-div {
			margin: 8px;
			padding: 9px;
		}

		.star-rating i {
			font-size: 14px;
		}
	}