@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 568px) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.img_icons {
    	text-align: center;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 360px) {
	.img_icons {
    	text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.img_icons {
    	text-align: center;
	}
}