/* CONTENT STRIPES */
div.layout_content_stripe_custom_roundpic {
	width: 100%;
	margin: 320px 0px 80px 0px;
	padding: 80px 0px;
	background: #EEF5FB;
	background: linear-gradient(90deg,rgba(238, 245, 251, 1) 0%, rgba(248, 237, 231, 1) 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_roundpic {
		padding: 40px 0px;
	}
}

div.layout_content_stripe_custom_roundpic div[class^="col-"]:first-child {
	padding-right: 0px;
	padding-left: 20px;
}
div.layout_content_stripe_custom_roundpic div[class^="col-"]:last-child {
	padding-right: 20px;
	padding-left: 0px;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_roundpic div[class^="col-"]:first-child,
	div.layout_content_stripe_custom_roundpic div[class^="col-"]:last-child {
		padding-right: 0px;
		padding-left: 0px;
	}
}

div.layout_content_stripe_custom_roundpic div.layout_content_stripe_custom_roundpic_image img {
	position: absolute;
	top: -240px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
@media only screen and (max-width: 991px) {
	div.layout_content_stripe_custom_roundpic div.layout_content_stripe_custom_roundpic_image img {
		position: relative;
		top: 0px;
		margin-bottom: 40px;
	}
}