/* .bootstrap-card {
	color: inherit;
	display: flex;
	align-items: center;
}
.bootstrap-card .img-card-top {
	min-width: 30%;
	width: 200px;
	margin: 0 auto 15px;
}
.bootstrap-card .img-card-top img {
	width: 100%;
}
.bootstrap-card .card-title {
	font-size: 2rem;
	margin-bottom: 15px;
	color: inherit;
}
.bootstrap-card .card-text {
	margin-bottom: 3px;
	color: inherit;
}
 */