.b-discars__button {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: fit-content;
  height: max-content;
  border-radius: 6px;
  border: 1px solid var(--dark, #343A3D);
  transition: 0.3s;
  text-decoration: none;
}
.b-discars__button:focus, .b-discars__button:active, .b-discars__button:visited {
  text-decoration: none;
}
.b-discars__button:hover {
  border: 1px solid var(--dark, #343A3D);
  background: var(--dark, #343A3D);
  transition: 0.3s;
  text-decoration: none;
}
.b-discars__button:hover > div {
  color: var(--white, #FFF);
}
.b-discars__button-text {
  color: var(--dark, #343A3D);
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
