h3 {
 min-height: 60px;
}

<!-- @media only screen and (min-width: 750px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}-->
  
@media only screen and (max-width: 749px) {
  h2.feature-columns-title {
    font-size: 1.125rem !important;
  }
  <!--.desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }-->
}