/* #Monitor Big (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 2000px) {
	#about2 .container{padding: 150px;}

}


/* #Monitor Normal (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 1178px) and (max-width: 1200px) {
	#about2 .container{padding: 150px;}
}


/* #Tablet (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1177px) {
	#about2 .container{padding: 150px;}
}

/* #Tablet (Portrait)
----------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.custom-title::before{width: 20%;}
	.custom-title::after{width: 20%;}
	#about1 .custom-title::after{width: 35%;}
	#our_products .custom-title::after{width: 14%;}
	#other_products .custom-title::before{width: 7%;}
	#other_products .custom-title::after{width: 7%;}

	#full_text .col-md-6{background: rgba(0, 0, 0, 0.59);}

	#about2 .container{padding: 100px;}
}

/* #Mobile (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.custom-title::before{width: 20%;}
	.custom-title::after{width: 20%;}
	#about1 .custom-title::after{width: 35%;}
	#our_products .custom-title::after{width: 14%;}
	#other_products .custom-title::before{width: 7%;}
	#other_products .custom-title::after{width: 7%;}

	#about2 .container-fluid{background-image: none;}

	#full_text .col-md-6{background: rgba(0, 0, 0, 0.59);}

	#about2 .container{padding: 25px;}
}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 480px) {
	.custom-title::before{width: 20%;}
	.custom-title::after{width: 20%;}
	#about1 .custom-title::after{width: 35%;}
	#our_products .custom-title::after{width: 14%;}
	#other_products .custom-title::before{width: 7%;}
	#other_products .custom-title::after{width: 7%;}

	#about2 .container-fluid{background-image: none;}

	#full_text .col-md-6{background: rgba(0, 0, 0, 0.59);}

	#about2 .container{padding: 25px;}
}