.ldf-download {
  margin: 56px 180px;
  display: flex;
  gap: 20px;
}
.ldf-download a {
  height: 50px;
  background-color: var(--yellow);
  color: var(--dark);
  border-radius: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 30px;
  letter-spacing: 3px;
  font-size: 16px;
  transition: 0.5s;
}
.ldf-download a:hover {
  color: var(--white);
  background-color: var(--dark);
  transition: 0.5s;
}
.ldf-download a:hover span {
  filter: invert(100%);
  transition: 0.5s;
}
.ldf-download-icon {
  margin-left: 30px;
}

@media only screen and (max-width: 992px) {
  .ldf-download {
    margin: 0 0 var(--bottom-space);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

/*# sourceMappingURL=download.css.map */
