.award_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.award_flex .award {
  margin-bottom: 40px;
  width: calc(50% - 5px);
}