.default_red_button {
  background-color: #8b0e04;
  padding: 18.5px 9px;
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  /* text-transform: uppercase; */
}
a {
  text-decoration: none;
  color: white;
}
.default_red_button:hover {
  transition: 0.2s;
  background-color: #be1709;
  cursor: pointer;
}
