@media (min-width: 1025px)
{
	  .fa-schoolLogo
	  {
		  margin-top: 50px;
		  margin-bottom: 50px;
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 50%;
	  }
	  .fa-aboutSchool
	  {
		  display: flex;
		  align-items: center;
		  justify-content: center;
	  }
	  .fa-schoolPhoto
	  {
		  margin-left: 20%;
		  margin-top: 1%;
	  }
	  .container
	  {
		  margin-right: 25%;
	  }
	  .fa-photo
	  {
		  width: 400px;
		  height: 300px;
	  }
	  .fa-parag
	  {
		  display: flex;
		  text-align: justify;
		  flex-direction: column;
		  align-items: center;
		  margin-left: 10%;
		  text-align-last: justify;
	  }
	  .fa-pageFooter
	  {
		  margin-top: 300px;
	  }
}

@media (min-width: 768px) and (max-width: 1024px)
{
	  .fa-schoolLogo
	  {
		  margin-top: 50px;
		  margin-bottom: 50px;
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 75%;
	  }
	  .fa-aboutSchool
	  {
		  display: flex;
		  align-items: center;
		  justify-content: center;
	  }
	  .fa-schoolPhoto
	  {
		  margin-left: 10%;
		  margin-top: 5%;
	  }
	  .container
	  {
		  margin-right: 15%;
	  }
	  .fa-photo
	  {
		  width: 200px;
		  height: 200px;
	  }
	  .fa-parag
	  {
		  display: flex;
		  text-align: justify;
		  flex-direction: column;
		  align-items: center;
		  margin-left: 10%;
		  text-align-last: justify;
	  }
	  .fa-pageFooter
	  {
		  margin-top: 200px;
	  }
}

@media (max-width: 767px)
{
	  .fa-schoolLogo
	  {
		  margin-top: 50px;
		  margin-bottom: 50px;
		  display: block;
		  margin-left: auto;
		  margin-right: auto;
		  width: 80%;
	  }
	  .fa-schoolPhoto
	  {
		  text-align: center;
	  }
	  .fa-photo
	  {
		  width: 200px;
		  height: 200px;
	  }
	  .fa-parag
	  {
		  text-align: justify;
		  text-align-last: justify;
	  }
}