.recent {
  display: flex;
  align-items: left;
  justify-content: left;
  margin-bottom: 50px;
}

img {
  max-width: 100%;
}
.image {
  flex-basis: 40%;
  height: auto;
  width: 500px;
  flex-shrink: 0;
}
.text {
  padding-left: 20px;
}

.title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 3px;
}

.author,
.date {
  font-size: 16px;
  font-weight: 400;
  color: grey;
}

.description {
  font-size: 18px;
}

.category-tag {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  background-color: lightgrey;
  display: inline;
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  margin-right: 10px;
}