 /* Extra small devices (phones, 992px and down) */
@media only screen and (max-width: 992px)
{
	.newfeaturesection{padding:25px 15px;}
	.newfeaturetextalign{text-align: center;}
	.flipdivorder{display: flex; flex-flow: column-reverse;}
}

/* Small devices (portrait tablets and large phones, 992px and up) */
@media only screen and (min-width: 992px)
{
	.newfeaturesection{padding:40px 0px;}
	.newfeaturetextalign{text-align: left;}
}




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)
{

} 