.btn-about-generic {
  height: 142px;
}

@media only screen and (max-width: 767px) {
  .btn-about-generic {
    height: 70px;
  }
}
