﻿@media screen and (max-width: 767px) {
  .awards-table {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.awards-table .awards-row {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .awards-table .awards-row {
    flex-direction: column;
  }
}
.awards-table .awards-row:last-of-type {
  margin-bottom: 0px;
}
.awards-table .awards-row .awards-tile {
  margin-right: 16px;
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .awards-table .awards-row .awards-tile {
    width: 100%;
    margin-bottom: 16px;
  }
}
.awards-table .awards-row .awards-tile:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .awards-table .awards-row .awards-tile:last-of-type {
    margin-bottom: 0px;
  }
}
.awards-table .awards-row .awards-tile .awards-tile-content, .awards-table .awards-row .awards-tile .awards-tile-heading {
  padding: 10px 10px;
}
.awards-table .awards-row .awards-tile .awards-tile-content {
  height: calc(100% - 62px);
}
.awards-table .awards-row .awards-tile .awards-tile-heading {
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: center;
  text-align: center;
}
.awards-table .awards-row .awards-tile .awards-tile-heading h4 {
  margin-bottom: 0px;
}
