.button-group {
  display: flex;
}

.button-group .button:first-child {

}

.button-group .button:last-child {
  background-color: #fff;
  border: 1px solid #77141E;
  color: #77141E;
}