.btn-white {
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Helvetica';
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: none;
  background: #ffffff !important;
  border-bottom: 4px solid rgb(100, 0, 0);
  color: #810000;
  display: inline-block;
  margin: 0;
  padding: 7px 20px 7px 20px;
  top: 0px;
  transition: all .5s;
  /* height: 50px; */
}