.kc-btn,
.kc-btn.btn {
  border-radius: 4px;
  height: 30px;
  font-family: ralewaysemibold, sans;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.kc-btn:hover,
.kc-btn:active,
.kc-btn:focus {
  text-decoration: none;
}

.kc-btn.kc-btn-green {
  color: white;
  background-color: #719a30;
}
.kc-btn-green:hover {
  filter: brightness(120%);
}
.kc-btn.kc-btn-blue {
  color: white;
  background-color: #325b81;
}
.kc-btn-blue:hover {
  filter: brightness(140%);
}

.kc-link {
  font-size: 15px;
  color: #325b81;
  text-decoration: none;
  font-family: ralewayregular;
}
.kc-link:hover {
  text-decoration: underline;
}

.kc-btn-end-icon {
  margin-left: 6px;
  font-size: 1.6rem;
}
