h2 {
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    h2 {
      margin-bottom: 28px; } }

ul.itemList {
  margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    ul.itemList {
      margin-bottom: 48px; } }
  ul.itemList li {
    width: 100%;
    margin-bottom: 28px;
    border-bottom: solid 1px #475359;
    padding-bottom: 12px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      ul.itemList li {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    ul.itemList li img {
      width: auto;
      margin-bottom: 6px; }
    ul.itemList li p {
      padding-right: 110px;
      position: relative; }
      @media screen and (max-width: 768px) {
        ul.itemList li p {
          padding-right: 0; } }
      ul.itemList li p a {
        display: inline-block;
        border-radius: 7px;
        padding: 4px 15px;
        background-color: #d3dce0;
        color: #475359;
        font-size: 14px;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        bottom: 50%;
        right: 6px;
        -moz-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -o-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
        @media screen and (max-width: 768px) {
          ul.itemList li p a {
            position: static;
            display: block;
            width: 80%;
            margin: 12px auto 0;
            padding: 8px 10px;
            text-align: center;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
        ul.itemList li p a:hover {
          background-color: #475359;
          color: #fff; }

/*# sourceMappingURL=layout.css.map */
