.magTitle {
  font-family: 'Poiret One';
  color: #000000; 
  font-weight: 600;
  line-height: 70px;
}

.schoolMagazineContainer header {
  /* margin-top: 20px; */
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.schoolMagazineContent header{
  border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;

}
.schoolMagazineContainer header span {
  float: left;
  width: 50%;
  line-height: 2em;
  text-indent: -295px;
  font-family: 'Josefin Sans';
  font-size: 18px;
  color: #000000;
}
.schoolMagazineContainer header span {
  text-align: right;
}
.schoolMagazineContent p {
  font-family: 'Josefin Sans';
  font-weight: 400;
  color: #222222;
  font-size: 1.3em;
  text-align: left;
  padding: 0 15px;
}
.schoolMagazineBody { 
  box-shadow: 0 0 5px;
  padding: 2em;
  background: #fff;
}

.schoolMagazineBody img{
  width: 100%;
  height: auto;

}