.two-button {display:flex; flex-direction: row; column-gap:20px;}
.center {text-align:center;}
.center h2 {margin:0 0 30px 0;}
.center .two-button {justify-content: center;}
.two-column__btn  {
    margin: 0px;
    background-color: #bb1f79;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 42px;
    line-height: 38px;
    background-color: #bb1f79;
    border: #bb1f79 2px solid;
    max-width: 200px;
    width: 100%;
    transition: .5s;
    border-radius: 100px;
}
    .two-column__btn a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    text-decoration: none;
    display: block;
}
.two-column__btn a:hover {color: #bb1f79;
      background-color: #ffffff;
      border-radius: 100px;
      transition: 0.8s;
      display: block;}