.tcl-button-in-container__button a {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
}
.tcl-button-in-container__button a:hover {
  background-color: #989772;
}