/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by: Your Name
	Date: Date Added
	Descriptoin: A breif description of the change 
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-caption h2 {
        font-size: 3rem;
    }
}