.mui-title{
	font-size: 20px;
}
.card{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}
.list{
	margin: 10px 0 ;
	width: 170px;
	height: 220px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	word-wrap: break-word;
}
.list img{
	width: 100%;
	height: 90px;
	border-radius: 5px;
}
.list h5{
	color: #000000;
}
.list p{
	margin: 0;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
}