.two-col.btns-01>a {
  background: var(--primary);
  color: white;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  flex-wrap: wrap;
}
.two-col.btns-01:hover>a {background: var(--secondary);}
section.section.login-sctn {padding-bottom: 75px;}
.login-sctn .section-wrap {justify-content: space-around;}
.two-col.btns-01 {max-width: 350px;}
.two-col.btns-01>a>span {display: block; font-size: 1.25em; width: 100%;}
