 /* Smartphones (portrait and landscape) ----------- */

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.maincontentleft .three_col{
	width:31%;	 
}
}
/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1000px) {
.maincontentleft .three_col{
 width:48%;	 
}
}