body {
  font-family: "Open sans";
}

.wrapper {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

article {
  width: 300px;
}
a {
  text-decoration: none;
}
a:hover h2 {
  color:#e1001a;
}
a:hover img {
  opacity:0.8;
  transform:scale(0.98)
}
img {
  width: 100%;
  border-radius:5px;
  transition:.3s all ease-in-out;
}
span {
  font-size: 13px;
  font-weight: 400;
  background:#eee;
  color:#686868;
  text-transform: uppercase;
  padding:5px;
  display: inline-block;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #051f3a;
  line-height: 21px;
  transition:.3s all ease-in-out;
}