#PESLA-banner-1 {
  height: 300px;
  background-image: url('./images/pesla-team.jpg');
  background-position-x: center;
  background-position-y: 20%;
  background-size: cover;
  margin-bottom: 2.5em;
}

#PESLA-banner-2 {
  height: 400px;
  background-image: url('./images/photo-pesla-cohort2.jpg');
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  margin-bottom: 2.5em;
}

#PESLA-banner-3 {
  height: 500px;
  background-image: url('./images/photo-pesla-cohort3.png');
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  margin-bottom: 2.5em;
}

#PESLA-banner-4 {
  height: 500px;
  background-image: url('./images/photo-pesla-cohort4.jpg');
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  margin-bottom: 2.5em;
}

#PESLA-photo {
  margin-bottom: 1.5em;
}

.hilight {
  font-size: 1.2em;
  line-height: 1.5em;
}

@media (max-width: 768px) {

  .hilight {
    font-size: 1.4em;
    line-height: 1.7em;
  }

}


.title-news {
   background-color: #000000;
   list-style:none;
}

.title-news-link {
   padding: 10px;
   font-size:larger;

}

.title-news a {
   color:white;

}

.title-news .title-news-date {
   background-color: #8E6F3E;
   text-transform: uppercase;
   color:white;
   float:right;
   padding:10px;
   min-height:100%;
   font-weight:bold;
   text-align:center;

}
