/* 
Theme Name:		 August Capital Group
Theme URI:		 https://git.ceb02.ds.network/wordpress-setup-essentials/divi-sass-setup/
Description:	 
Author:			 Crazy Domains
Template:		 Divi
Version:		 3.1.1
Text Domain:	 divi-child
*/
.banner .et_pb_row {
	display: flex;
	align-items: center;
}
.banner .et_pb_row .et_pb_column:first-child{
	width: 20%;
	margin-bottom: 0;
	margin-right: 5.5%;
}
.banner .et_pb_row .et_pb_column:last-child{
	width: 75%;
}
.home_banner_section{
	display:flex;
	flex-direction: column;
	align-items: center;
}
@media(max-width:480px){
.banner .et_pb_row .et_pb_column:first-child{
	width: 30%!important;
}
}

@media(min-width:768px) and (max-width:1440px){
	.service_section .et_pb_row{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media(max-width:1380px){
	.service_section .et_pb_row .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
		width: unset;
	}
}