body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #888;
}
.container {
    margin: 0 auto;
    width: 800px;
}
.section {
	background-color: #fff;
	padding: 30px 0;
}
.section.bg-gray {
	background-color: #fcfcfc;
}
.section .bg-img-container {
	width: 100%;
	height: 40vh;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.section .img-container {
	width: 100%;
	display: none;
}
.section .img-container img {
	width: 100%;
}

.section p {
	margin: 0;
	line-height: 25px; 
}
.section h3 {
	font-size: 25px;
	margin: 0;
}
.section h4 {
	font-size: 20px;
	margin: 0;
}
.section h5 {
	font-size: 20px;
	margin: 0;
	color: #aaa;
}
.section ul {
	padding-inline-start: 15px;
}
.section ul li {
	line-height: 25px;
}
.section .col-3 {
	display: inline-block;
	width: 25%;
	float: left;
}
.section .card {
	min-height: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}
.txt-center {
	text-align: center;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-10 {
	margin-top: 10px !important;
}
.clearfix {
	clear: both;
}
.btn-print {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  float: right;
}
@media print {
	.section .img-container {
		display: block;
	}
	.section .bg-img-container {
		display: none;
	}
	.btn-print {
		display: none;
	}
}