

/* about start */

@media only screen and (max-width: 992px){
	.about_menu_img img{
	margin: auto;
}
.about_menu_img {
	text-align: center;
}

.section_header h2{
	text-align: center;
}
.about_text p{
	text-align: center;
}

/* about end */


/*menu area start*/

	.section-padding{
	padding-top: 50px;
	padding-bottom: 50px;
}
.menu_title span {
    font-size: 18px;
}
.menu_img img{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 200px;
	height: 150px!important;
	object-position: center;
	object-fit: cover;
}
}

@media only screen and (max-width: 1200px){
	.about_menu_img img{
	margin: auto;
	width: 350px;
	height: 350px;
}
.about_content{
	margin-top: 30px;
}

/* about start */

/* about menu */
.menu_img img{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	width: 200px;
	height: 200px;
	object-position: center;
	object-fit: cover;
}
}



/*menu area end*/