@media (min-width: 768px) {
  .intro {
    font-size: 60px;
    line-height: normal;
  }
}
h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
}
.startup {
  margin-bottom: 200px;
}
.startup:last-of-type {
  margin-bottom: 100px;
}
.startup-image-container {
  text-align: center;
}
.startup-image {
  max-width: 100%;
}
.startup-logo {
  width: 200px;
}
.learn-more {
  font-size: 18px;
  font-weight: 700;
  color: #777;
  height: 27px;
}
.learn-more:hover {
  color: #337ab7;
  text-decoration: none;
}
.learn-more-container {
  display: inline-block;
}
.learn-more-text {
  display: table;
  margin-left: 13px;
}
.next-page {
  margin-top: -50px;
}

@media (max-width: 991px) {
  .startup {
    text-align: center;
  }
  .startup-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .startup-tagline {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #rallytap .startup-logo {
    margin-top: 70px;
  }
  #wonder .col-md-5:last-of-type,
  #surpriseme .col-md-5:last-of-type {
    margin-left: 25px;
  }
  .startup-description {
    max-width: 80%;
  }
  #rallytap-image {
    max-width: 45%;
  }
}
