*{
	margin: 0px;
	padding: 0px;

}
.about-text
{
	cursor: pointer;
}
.abt_container {
  position: relative;
  text-align: center;
  color: black;
  margin-top: 45px;
}

.abt_img
{
	height: 300px;
	width: 100%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  

}
.abt_img_txt
{
	color:white;
	 text-shadow: 2px 2px #000000;
	font-size: 25px;
}
.abt_img_txt_2
{
	color:white;
	text-shadow: 2px 2px #000000;
	font-size: 22px;
}

.about
{
	width: 100%;
	height: auto;
	margin:auto;
	margin-top: 30px;
	padding: 20px;
	    text-align: justify;

}
.abt-h2
{
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;

}

.float-container {
    border: 3px solid #fff;
   padding-top: 50px;
       text-align: justify;

}
.abt_egn_img
{
	width: 100%;
}


.abt-p
{
	padding-bottom: 10px;
	margin: 0;
}

@media(max-width: 550px) {

	 
.abt_img_txt
{
	
	font-size:22px;
}
.abt_img_txt_2
{
	
	font-size: 16px;
}
.abt_img
{
	height: 300px;
	width: 100%;
	
}

}

@media (min-width: 551px) and (max-width: 1100px) {

	 
.about
{
	font-size: 25px;

}

}
@media (min-width: 1400px) and (max-width: 1800px) {


 

.about
{
	font-size: 25px;

}

}
@media (min-width: 1800px){




.about
{
	font-size: 25px;

}

}