.card{
	display:grid;
	grid-template-columns:140px 1fr;
	grid-column-gap:25px;
	margin-top:14px;
	margin-bottom:54px;
}

.imgleft{
	display:block;
	width:100%;
	margin:0 auto;
	border-radius:7px;
	filter:drop-shadow(-2px 2px 2px rgba(0,0,0,0.3));
}

.right{

}

.topname{
	font-family:'autour one';
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	color:#b30000;
	padding-bottom:5px;
	border-bottom:2px dashed #b30000;
}

.story{
	padding-top:5px;
}

.story p{
	font-size:1.6rem;
	font-weight:500;
	letter-spacing:1px;
	line-height:25px;
	text-align:justify;
	margin-bottom:9px;
}



@media screen and (max-width: 768px){
	.card{display:block;}
	.imgleft{max-width:50%; max-height:50vh;}
	.story{padding-top:14px;}
}


