.custom-case-study-widget .left-column {
	color:#fff;
}
.custom-case-study-widget .right-column{
	/*   background-color:#fff; */
	/*   padding:10px 0; */
}
.custom-case-study-widget .btn-item-wrapper .white-theme-btn{
	background-color:#fff !important;
	color:#7ab800 !important;
	border-color:#7ab800 !important;
  text-transform:capitalize;
}
.custom-case-study-widget .two-column-layout >  .row-fluid{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.custom-case-study-widget .right-column a:hover{ 
	text-decoration: none;
	color:#f30;
}
.card--inner-content{
	background-color:#fff;
	padding-left:30px;
}
@media(max-width:991px){
	.custom-case-study-widget .two-column-layout >  .row-fluid{
		flex-direction:column;
	}
	.custom-case-study-widget .two-column-layout >  .row-fluid .span8,
	.custom-case-study-widget .two-column-layout >  .row-fluid .span4{
		width:100%;
	}
	.custom-case-study-widget .two-column-layout >  .row-fluid .span4{
		margin-left:0;
	}