/*
Theme Name: Plastiq 2021 Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.5
This is a child theme built on the Beaver Builder theme.
Author: Mark Centoni
Author URI: https://www.plastiq.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Homepage Style */
@media (max-width: 1200px) {
	.fl-row.col-2-benefits-iq > .fl-row-content-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.col-2-benefits-iq .fl-col-group .fl-col {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.fl-row.col-2-benefits-iq > .fl-row-content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}