.text-muted {
	font-size: 1.5rem;
}

.rounded-circle {
    background-color: #dbf4f4;
}

div.container, div.row  h2 {
    color: #313169;
}

section div.container {
	color	 : #313169;
	font-size: x-large;
}

/*
 * Bootstrap : Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.qc-shot {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0.4em 0;
	border: 1px solid #c5d0d8;
	border-radius: 6px;
	background: #fff;
}

.qc-totem {
	max-width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: cover;
	border: 1px solid #c5d0d8;
	margin-bottom: 0.5em;
}

.qc-feature {
	max-width: 100%;
	height: auto;
	border: 1px solid #c5d0d8;
	background: #f7fafb;
}
