.et_sg_card_image {
	margin-bottom: 1em;
}
.et_sg_card_img_left .et_sg_card_image {
	float: left;
	margin-right: 20px;
}
.et_sg_card_img_right .et_sg_card_image {
	float: right;
	margin-left: 20px;
}
.et_sg_card_img_right .et_sg_card_content_wrapper {
	float: left;
}	
.et_sg_card_img_left .et_sg_card_content_wrapper {
	float: right;
}	

.et_sg_card_img_50 .et_sg_card_image{
	width: 50%;
}
.et_sg_card_img_40 .et_sg_card_image{
	width: 40%;
}
.et_sg_card_img_30 .et_sg_card_image{
	width: 30%;
}
.et_sg_card_img_20 .et_sg_card_image{
	width: 20%;
}
.et_sg_card_img_50 .et_sg_card_content_wrapper{
	width: calc(50% - 20px);
}
.et_sg_card_img_40 .et_sg_card_content_wrapper{
	width: calc(60% - 20px);
}
.et_sg_card_img_30 .et_sg_card_content_wrapper{
	width: calc(70% - 20px);
}
.et_sg_card_img_20 .et_sg_card_content_wrapper{
	width: calc(80% - 20px);
}


@media (max-width:767px) {
	.et_sg_card_img_right .et_sg_card_content_wrapper,
	.et_sg_card_img_left .et_sg_card_content_wrapper,	
	.et_sg_card_img_left .et_sg_card_image,
	.et_sg_card_img_right .et_sg_card_image {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-left:0;
		margin-right:0
	}

}
@media (max-width:980px) {

}