.grid-wide .grid-x,
.grid-wide .grid-y {
  background: #d6ecfa;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2rem;
}
.grid-wide .grid-y .grid-x {
  margin-bottom: 0;
}
.align-stretch .content{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:100%;
    padding:1rem;
}
.grid-wide .cell:nth-child(odd) .content{color: #000; background: #7bc1ef;}
.grid-wide .cell:nth-child(even) .content{color:#fff; background: #1779ba;}
