.two-col-buttons{
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

.two-col-buttons div.two-col-buttons-text{
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  margin-right: 1em;
}
.two-col-buttons .btn{
  border: 1px solid #09006d;
  border-radius: .5em;
  padding-left: 6em;
  padding-right: 6em;
  line-height: 2.4em;
  background: #fff;
  color: #09006d;
  font-size: 1.4em;
  text-decoration: none;
  position: relative;
  width: 100%;
  font-weight: 700;
}

.two-col-buttons .btn:hover{
  background: #09006d;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .addpadmobile{
    padding:10px 0;
  }
  .two-col-buttons .btn{
    padding-left: 1em;
    padding-right: 1em;
  }
}
