@media (min-width: 600px) and (max-width: 1740px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.kl-btn {
  background: #252127;
  color: white;
  padding: 3px 11px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: background-color 100ms ease-in-out, transform 100ms ease-in-out;
  will-change: transform, background-color, color;
  backface-visibility: hidden;
}
.kl-btn:hover {
  background-color: #3d3640;
  transform: scale(1.01) !important;
  color: white;
}
