/*.case-study-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    gap: 20px;*/
/*}*/
/*.case-study-item {*/
/*    border: 1px solid #ddd;*/
/*    padding: 15px;*/
/*    text-align: center;*/
/*}*/
/*.case-study-item img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.case-study-img img{
	width:100%;
	max-width: 100%;
    height: auto;
}
.case-study-container {
    max-width: 1500px;
}
.case-study-item .mb-30{
	margin-bottom:30px;
}
.case-study-item:last-child .col-md-12.mb-30 {
    margin-bottom: 0px !important;
}