.btn-white {
  color: #888;
  font-weight: 400;
  background-color: white;
  padding: 0px 40px;
  height: 4rem;
  line-height: 4rem;
}
.btn-white:hover {
  background-color: #888;
  color: inherit;
}
.btn-white:focus {
  background-color: #888;
  color: inherit;
}