.course-front {
	/* background-color: orange; */
}

.course-front .line {
	/* background-color: #c6aaaa; */
	background-color: #66b9e1;
	padding: 20px;
	border: 1px solid #6c6c6c;

	margin-bottom: 60px;
}

.course-front .line .background {
	height: 250px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	border: 1px solid #999;
}

.course-front .line .title h3 {
	margin-bottom: 5px;
}

/*
.course-front .line {
	border-bottom: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-around;
	background-color: #f6f6f6;
	height: 40px;
}
*/

.subscription-front .line.header {
	font-weight: bold;
	height: 30px;
}

.subscription-front .line:hover {
	/* background-color: #cc0130; */
	/* color: white; */
}

.subscription-front .line > * {
	display: flex;
	align-items: center;
}

.subscription-front .line > *:first-child {
	padding-left: 10px;
}

@media all and (max-width:992px) {
	.lending-front .line {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media all and (max-width:767px) {
	.lending-front .line{
		grid-template-columns: 1fr
	}
}
