#about-ansar{
   	max-width: 1200px;
   	min-height: 200px;
   margin: 20px auto;
  }
  #about-ansar h1{
   font-family: "Regular2";
  }
  #about-ansar h1::before {
    content: "";
    position: absolute;
    margin-top: 34px;
    background-color: #05a9e6;
    border-radius: 10px;
    height: 5px;
    border-radius: 50px;
    width: 80px;
}
  #about-ansar div{
   font-size: 15px;
    line-height: 20px;
    color: #525252;
    padding: 5px;
    text-align: left;
    font-family: 'dejavu_sansbook';
    line-height: 24px;
    margin-top: 13px;
}
  #about-ansar h2{
   font-size: 17px;
    line-height: 20px;
    color: #000;
    padding:15px 0px;
    text-align: left;
    font-family: "Regular2";
    line-height: 24px;
    margin-top: 13px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.poi{
	width: 270px;
	height: 130px;
	float: left;
	margin: 12px;
	filter: grayscale(1);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.poi:hover{
	filter: grayscale(0);
}
  @media only screen and (max-width: 1200px){
	#about-ansar {
		width: 92%;
	}
		

   
}