/*******************************************************
    Template Name    : Maslin - Personal Portfolio Template
    Author           : aam-developer
    Version          : 1.0
    Created          : 2020
    File Description : Main Reaposive file of the template
*******************************************************/

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.about-content {
		padding-right: 0;
	}
	.single-counter {
		min-height: 175px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

@media only screen and (max-width: 767px) {
	
}


@media only screen and (max-width: 479px) {
	

}


@media screen and (max-width: 320px) and (min-width: 0px){


}