﻿@media screen and (max-width:900px) {




	.casestudy_r {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}


}