/* enrollment.html */

.section-enrollment-enrollment h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 14px 0;
}

.section-enrollment-enrollment p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}

.section-enrollment-enrollment .bg-color-grey {
    background-color: #F7F7F7;
}

.section-enrollment-enrollment .card-content {
    height: 300px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .section-enrollment-enrollment .card-content {
        height: 400px;
    }
}

.section-enrollment-enrollment .card-title a {
    line-height: 1.3;
    color: #212529;
    letter-spacing: 0;
    margin: 0 0 16px 0;
    text-decoration: none;
}

.section-enrollment-enrollment .enrollmentblock {
	cursor: pointer;
}

.section-enrollment-enrollment .enrollmentblock button {
	background-color: #0088cc;
	color: white;
	font-weight: 700;
    font-size: 0.8rem;
    border-radius: 36px;
}

.section-enrollment-enrollment .enrollmentblock:hover {
	background-color: #0088cc;
	transition: all 0.3s linear;
}

.section-enrollment-enrollment .enrollmentblock:hover p,
.section-enrollment-enrollment .enrollmentblock:hover h4 a {
    color: #ffffff;
}

.section-enrollment-enrollment .enrollmentblock:hover button {
    color: #0088cc;
    background-color: white;
}
