.blue-border-bottom::after{
	content: '';
	border-bottom: 2px solid #007cc2;
	width: 2.3rem;
	padding-bottom: 8px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.orange-border-bottom::after{
	content: '';
	border-bottom: 2px solid #c24600;
	width: 2.3rem;
	padding-bottom: 8px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.red-border-bottom::after{
	content: '';
	border-bottom: 2px solid #c2002e;
	width: 2.3rem;
	padding-bottom: 8px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.black-border-bottom::after{
	content: '';
	border-bottom: 2px solid #231815;
	width: 2.3rem;
	padding-bottom: 8px;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.beginner{
	background-color: #69B041;
	border: 1px solid #69B041;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 3px;
}
.intermediate{
	background-color: #d92b1c;
	border: 1px solid #d92b1c;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 3px;
}
.advanced{
	background-color: #221613;
	border: 1px solid #221613;
	border-radius: 50%;
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 3px;
}
.shadow-responsive{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
@media screen and (max-width: 575px) {
	.shadow-responsive{
		box-shadow: none;
	}
}
.no-image{
	
}