.training {

}

.card-img-box {
	width: 100%;
	height: 190px;
	overflow: hidden;
	
}

.card-img-box img {
	-o-object-fit: cover;
	object-fit: cover;
}

.training .programs {
	padding-top: 1rem;
}

.training .tab-pane {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.training .card, .training .card-img-top {
	border-radius: 0;
	border: none;
}

.training .card .card-text, .training .card .card-text a {
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #000000;
}

.pagination {
	padding: 2rem;
	text-align: center;
	display: inherit;
}

.training .card {
}

.training .centered-img {
	margin: 0 auto;	
	width: auto;
	height: auto;
}


.training .card-body {
	text-align: center;
}

.training .card a {
	border: 1px solid #DDDDDD;
	display: block;
	padding: 3rem 1rem 0 1rem;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
    min-height: 17rem;
}

.training .card a:hover {
	text-decoration: none;
   box-shadow:
   0 -21px 0 -20px #EEEEEE,
   20px 0 0 -19px #EEEEEE,
   0 20px 0 -19px #EEEEEE,
   -21px 0 0 -20px #EEEEEE,
   0 0 0 1px #346ef9;
}





