.HomeLastNews {
  background: #454545;
  padding: 20px;
}
.HomeLastNews ul {
  display: flex;
  flex-direction: row;
  font-family: 'Outfit';
}
.HomeLastNews ul>li {
  flex:1;
  margin: 10px 50px;
  padding: 15px;
  background: rgba(90, 90, 90, .75);
  color: #fff;
}
.HomeLastNews h2, .HomeLastNews h3, .HomeLastNews h4{
  font-family: 'Outfit';
  font-weight: 400;
  color:#fff;
}
.HomeLastNews h2 a,.HomeLastNews h3 a
{
  text-decoration:none;
}
.HomeLastNews h4
{
  margin-bottom: 20px;
  font-size:1.2em;
}
figure.header.HomeLastNews img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
figure.header.HomeLastNews
{
  margin-top:0px;
  margin-bottom:0px;
}