.is-style-ct-white-btn a {
  width: auto;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  font-size: 0.9em;
  background-color: #26c088;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.is-style-ct-white-btn a:hover, .is-style-ct-white-btn a:focus {
  background-color: #22ab79;
  text-decoration: none;
}
