.hero-rotate {
  line-height: 1.4;
  min-height: 1.4em;
}

@media (max-width: 768px) {
  .hero-rotate {
    min-height: 2.8em;
  }
}


/* Skills icons: force 2 columns on phones */
@media (max-width: 575.98px) {

  .row.featurette > .col-12.col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

}