/*TUTOR LMS: lesson pages only*/
.tutor-container h2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.tutor-container h3 {
    font-size: 1rem;
	color: #986f02;
    font-weight: 500;
}

.tutor-container .references{
	border: 1px solid #dce4ec; 
	border-left: 4px solid #275f95; 
	border-radius: 8px; 
	padding: 0.5rem 1rem;
	margin-bottom:0.9rem;
	
}


@media (min-width: 1200px) {
    .tutor-col-xl-8 {
        flex: none;
        width: 90%;
    }
}