.gray_Bg{background-color: #eff2f5}
.static_block{padding: 40px 0px;box-sizing: border-box;text-align: center;margin-top: 40px;}
.static_block p{font-size: 16px;font-family: 'NeoSansArabicRegular';line-height: 26px;max-width: 1100px;margin: 0 auto;padding: 0px 15px;box-sizing: border-box;}
.static_two_col{width: 100%; display: inline-flex;justify-content: center;align-items: center;padding-top: 40px;}
.static_two_col .content{width: 50%;}
.static_two_col .content h3{font-size: 30px;color: #000;font-family: 'NeoSansArabicMedium';margin-bottom: 30px;}
.static_two_col .content p{font-size: 16px;color: #000;font-family: 'NeoSansArabicRegular';line-height: 26px;padding-bottom: 30px;}
.static_two_col .content ul{padding-right: 40px;box-sizing: border-box;list-style-type: disc;}
.static_two_col .content ul li{color: #000;padding-bottom: 6px;}
.static_two_col .content ul li span{font-size: 15px;color: #222222;font-family: 'NeoSansArabicRegular';line-height: 24px;padding-left: 4px;}
.static_two_col .img{width: 50%}
.static_two_col .img img{max-width: 100%;}
.content_padding_left{padding-right: 50px;box-sizing: border-box}
.content_padding_right{padding-left: 50px;box-sizing: border-box;}
.about_us_page{padding-bottom: 0;}

@media (min-width:200px) and (max-width:900px){
	.static_block{padding: 25px 0px;margin-top: 15px;}
	.static_block p{font-size: 14px;line-height: 25px;padding-bottom: 20px;}
	.content_padding_right{padding-left: 0}
	.content_padding_left{padding-right: 0}
	.static_two_col{flex-direction: column}
	.static_two_col .content{width: 100%;margin-bottom: 0px;order: 0;}
	.static_two_col .content h3{font-size: 20px;margin-bottom: 20px;}
	.static_two_col .content p{font-size: 14px;line-height: 24px;padding-bottom: 20px;}
	.static_two_col .content ul{padding-right: 28px;padding-bottom: 15px;}
	.static_two_col .content ul li{padding-bottom: 4px}
	.static_two_col .content ul li span{font-size: 14px;}
	.static_two_col .img{width: 100%;order: 1;margin-top: 0px;}
}

@media (min-width:700px) and (max-width:900px){
	.static_two_col{flex-direction: row}
	.content_padding_right{padding-left:30px}
	.content_padding_left{padding-right: 30px}
	.static_two_col .content ul{padding-bottom: 0}
	.static_two_col .content{order: unset;}
	.static_two_col .img{order: unset;}
}
