

  #awardsPage > section:nth-of-type(2) > img {
    margin-bottom: 2em;
  }



  @media screen and (min-width: 800px) {

    #awardsPage > section:nth-of-type(2) > img {
      float: right;
      width: calc(50% - 1em);
      margin-left: 2em;
      margin-bottom: 0em;
    }
  }
  