#main-header {
	background:#F3F2F0;
}

#cinesuntem h2 b {
	color:#D51A27;
}

#whyus div.et_pb_blurb_content{
	box-shadow:0px 10px 40px -10px rgba(44,54,92,0.2);
	padding:15px;
}

#solution div.et_pb_blurb_content{
	box-shadow:0px 10px 40px -10px rgba(44,54,92,0.2);
	padding:15px;
}

#solution .row_info div.et_pb_blurb_content{
	box-shadow:0px 10px 40px -10px rgba(44,54,92,0.2);
	padding:15px;
	border-radius:50%;
	min-height:200px;
	padding-top:45px;
	color:white;
	background:#33363B;
}


/*
#solution .c1 {
	background:white;
}

#solution .c2 {
	background:#F6F6F8;
}

#solution .c3 {
	background:#DDDDDD;
}
*/

@media(max-width:768px){
	header .container {
		width:95%;
	}

	.et_pb_row {
		width:95%;
	}

	#home .et_pb_text_0 {
		padding-left:0px !important;
		padding-right:0px !important;
	}

	#home .et_pb_text_0 h1 {
		font-size:28px !important;
	}

	#contact .frow {
		padding-top:20px !important;
		padding-left:15px !important;
	}

	#solution {
		padding-bottom:0px !important;
	}
}