@charset "UTF-8";
#tap li {
	list-style-type: none;
}
#tap .brand {
	font-weight: bold;	
}
#tap .name {
	color: #CC4938;
}
#tap .type {
	font-weight: bold;
}
#tap img {
	border: 8px solid #3b162e;
}
#tap h2 {
	color: white;
	background-color: #260119;
}
@media screen and (min-width: 1022px) {
	#tap ul {
		display: flex;
		flex-flow: row wrap;
		row-gap: 2em;
		padding-left: 0%;
	}
	#tap li {
		flex: 0 0 48%;
	}
}
@media screen and (min-width: 320px) {
	#tap li {
		margin-top: 1em;
		display:inline-block;
	}
}
@media screen and (min-width: 414px) {
	#tap li {
		display: table;
		row-gap: 2em;
	}
}
@media screen and (min-width: 800px) {
	#tap ul {
		display: flex;
		flex-flow: row wrap;
		row-gap: 2em;
		padding-left: 0%;
	}
	#tap li {
		flex: 0 0 48%;
	}	
}
