/* 
    Created on : 16-nov-2019, 14:30:32
    Author     : Martin Arrech [martinarrech@gmail.com]
*/
.mobile {
	display: none;
}
@media (max-width:1200px) {
	.courses-title .section-title {
		font-size: 2.5em;
	}
	.courses-entry-wrap {
		margin-top: -350px;
	}
}
@media (max-width:768px) {
	.courses-title .section-title {
		font-size: 2em;
	}
}
@media (max-width:480px) {
	.site-section {
		padding: 1.5em 0;
	}
	.intro-section h1 {
		font-size: 34px;
	}
	.intro-section p.mb-4 {
		font-size: 30px;
		line-height: normal;
	}
	.owl-carousel .owl-stage-outer .owl-stage {
		padding-top: 0;
	}
	.owl-carousel.images-carousel .owl-stage-outer .owl-stage {
		padding-top: 0;
		padding-bottom: 0;
	}
	.owl-carousel.images-carousel {
		margin: 1em 0;
		padding: 0;
	}
	.courses-entry-wrap {
		margin-top: -85px;
	}
	.courses-title .section-title {
		font-size: 1.5rem;
	}
	.counter-body {
		margin-top: 0;
	}
	.counter-body .counter-wrapper {
		width: 50%;
		float: left;
		margin: 0;
		display: block;
		height: 180px;
		padding: 10px;
	}
	.testimonial blockquote {
		padding: 20px;
	}
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
}

