/*
Module Name: Home (Tablet CSS)
Author: MP | Prosoft Phils
Author URL: http://prosoft-phils.com/
Author date: 05-09-2022;
*/

@media (max-width: 991px) {
	.banner.about-pg{
		padding-top: 20%;
	}

	.banner.about-pg .row.main_row .col-lg-9 label {
	    display: block;
	    text-align: center;
	    margin-top:30px;
   	}

   	.about_third .row.review_row .col-lg-4{
	    padding:0px !important;
	}

	.about_third .row.review_row .col-lg-4 p{
		margin-bottom: -5px;
	}

	.about-pg .team-div {
		padding: 15px;
		margin: 16px 15px;
	}

	.about-pg .team-div p {
		text-align: center;
	}

	.about-pg .about-side-bar li.active{
		font-size: 14px;
		text-decoration: underline;
	}

	#reviews .review-main-container {
		max-width: 45%;
	}

}