/* SCSS Document */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }
  .row a {
    display: block;
    width: 48%; }
    .row a.s-newyork {
      display: none; }
  .row h3 {
    width: 100%; }

.intro {
  text-align: center;
  margin-bottom: 2em; }

@media screen and (max-width: 979px) {
  .row a {
    width: 90%;
    margin: auto; } }
