@media only screen and (min-width: 700px){
    .row
    {
        display: table;
        width: 100%;
        border-spacing: 20px;
    }
    .column
    {
        display: table-cell;
    }

}
@media only screen and (max-width: 700px){
    .last-parallax {
        max-height: 25vh;
    }
}
.column h4 {
  font-size:large;
}

.parallax-container {
    max-height: 25vh;
}
.last-parallax {
    max-height: 40vh;
}

.btn-sm {
  font-size:15px;
  vertical-align: top;
}
