.content-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.latest-courses-text {
	font-weight: bold;
}
.search-results-num {
	color: #55ceb8;
	margin-left: 10px
}
.username-tag {
	width: 400px;
	border: 3px dotted #fe1d62;
	margin: auto;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px
}
.item-type-cats {
	display: flex
}
.latest-img-box {
	height: 180px
}
.small-dot {
	padding-left: 10px;
	margin-left: 10px;
	position: relative
}
.latest-cats, .latest-title {
	font-size: 12px;
	font-weight: bold
}
.latest-title {
	margin-bottom: 0
}
.small-dot:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #DDD;
	position: absolute;
	left: -2px;
	top: 7px;
	border-radius: 100%
}
.latest-text {
	height: auto
}
.instructor-name {
	font-size: 18px;
	margin: 10px 0
}
.instructor-text {
	color: #808080;
	font-weight: normal;
	line-height: 1.8;
	font-size: 12.5px;
	margin-bottom: 10px
}
.instructor-count {
	display: flex;
	font-size: 13px;
	color: #9d9c9c
}

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	
	.username-tag {
		margin-right: 50px;
		margin-left: 50px;
		width: auto
	}
	
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.latest-cats, .latest-title {
		font-size: 9.5px
	}
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
	
}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}