.aw-featured-content {
  margin-bottom: 50px; }
  .aw-featured-content ._box {
    position: relative;
    flex-grow: 1;
    color: white;
    height: 268px; }
    @media all and (min-width: 1366px) {
      .aw-featured-content ._box {
        height: 325px; } }
  .aw-featured-content ._box:last-child {
    margin-right: 0; }
  .aw-featured-content ._featured-image-container {
    position: absolute;
    height: 100%;
    width: 100%; }
  .aw-featured-content ._thumbnail {
    border-radius: 10px; }
  .aw-featured-content ._content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 25px; }
  .aw-featured-content ._icon {
    position: relative;
    top: -9px;
    width: 32px;
    height: 37px; }
  .aw-featured-content h1 {
    margin-top: 0;
    margin-bottom: 0; }
  .aw-featured-content h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  .aw-featured-content ._link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
