@charset "UTF-8";
/* CSS Document */





#cards_steps .card {
	border: solid 4px var(--cityu-metallic-oslogray-40);
	border-radius: 0;
}
#cards_steps .card-img-top {
	text-align: right;
	border-radius: 0;
}
#cards_steps .card-img-top img {
	max-height: 50px;
	width: auto !important;
	opacity: 85%;
}
#cards_steps .card-img-top_title {
	z-index: 20;
	position: relative;
	float: left;
	margin-top: -40px;
	margin-left: 12px;
	width: 80%;
	text-align: left !important;
	color: rgba(255,255,255,0.95);
	font-size: 140%;
}
#cards_steps .card-body {
	padding: 8px !important;
	line-height: 140% !important;
}






