body {
	margin: 0;
}

.grid {
	display: grid;
	grid-template-columns: repeat(3, 315px);
	justify-content: center;
	align-content: center;
	grid-gap: 20px;
	height: static; /*SECTION FRAME*/

}

.grid img{
	width: 250px;
	height: 200px;
	object-fit:cover;
}



