.cardtype_image{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between
}

.cardtype_image figure img{width: 100%;}

.cardtype_image figure,.cardtype_image .cap{
	width: 49%;
}

.cardtype_image figcaption{margin: 0 0 0.5rem;}

.cardtype_image .cap li{
	margin-bottom: 1rem;
	text-indent: -1rem;
	padding-left: 1rem;
}

@media screen and (max-width:640px) { 
	.cardtype_image{display: block;}
	.cardtype_image figure,.cardtype_image .cap{width:100%; margin-bottom: 1rem;}
}