.er_ci h4 {
    text-align: center;
    height: 60px;
}

.er_ci h6 {
    top: auto;
    margin-top: -42px;
    margin-bottom: 16px;
}

.er_ci h6 a {
    background-color: #db1f2b !important;
    background-image: none !important;
}

.er_ci .card-text {
    text-align: center;
    min-height: 60px;
}

.er_ci .card-img-top {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.er_ci .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0.25rem;
	margin-bottom: 15px;
}

.er_ci .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.er_ci a.btn-lg {
    color: #ffffff !important;
    line-height: 2.5;
    font-size: 16px;
}

.er_ci_pagination {
	text-align: center;
}

.er_ci_goal {
	padding-right: 15px;
}