
/* ---------------------------------- */
/* BENEFITS */

.bsq-home-benefits-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	margin-bottom: 0px;
}

.bsq-home-benefits-div-header {
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.bsq-home-benefits-div-columns {
	width: calc( 100% + 20px );
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}


.bsq-home-benefits-div-column {
	width: calc( 90% - 20px );
	background: #ffffff;
	/*background: linear-gradient( 150deg, #06203D 0%, #1056A3 200% );*/
	padding: 40px;
	margin: 10px;
	border-radius: 10px;

	border: 1px solid #D6D3D3
}

.bsq-home-benefits-div-column-header-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.bsq-home-benefits-h2-header {
	text-align: left;
	margin-bottom: 20px;
	color: #06203D;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}

.bsq-home-benefits-span-header {
	line-height: 150%;
	color: #384D64;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.bsq-home-benefits-div-column-icon {
	background: #0081E7;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border-color: #D6D3D3;
	border-style: solid;
	border-width: 2px;
}

.bsq-home-benefits-img-icon {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
	border-radius: 10px;
}

.bsq-home-benefits-font-icon {
	display: block;
	color: #ffffff;

	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;

}

.bsq-home-benefits-div-column-header {
	width: calc( 100% - 60px);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.bsq-home-benefits-span-column-header {
	font-size: 22px !important;
	line-height: 150%;
	color: #002B4D;
	font-weight: normal;
	padding: 0px 0px 0px 20px;

}

.bsq-home-benefits-div-column-text {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.bsq-home-benefits-span-text {
	line-height: 150%;
	color: #384D64;
	text-align: center;
}

@media (max-width: 1200px) {

	.bsq-home-benefits-div-columns {
		width: calc( 70% + 20px );
		display: block;
	}

	.bsq-home-benefits-div-column {
		width: calc( 100% - 20px );
		margin-bottom: 30px;
	}

}

@media (max-width: 992px) {

	.bsq-home-benefits-h2-header {
		text-align: left;
		margin-bottom: 20px;

	}

	.bsq-home-benefits-span-header {
		text-align: left;
	}

	.bsq-home-benefits-span-text {
		text-align: left;
	}

	.bsq-home-benefits-div-columns {
		width: calc( 100% + 20px );
		display: block;
	}

}