.alq-project-dossier {
  align-items: center;
  background-color: #14133d;
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 356px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .alq-project-dossier {
    height: 200px;
  }
}
.alq-project-dossier::before {
  background: #14133d88;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.alq-project-dossier a {
  background: #b9a36e;
  color: #14133d;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s all;
  z-index: 3;
}
.alq-project-dossier a:hover {
  background: #14133d;
  color: #fff;
}
/*# sourceMappingURL=https://alqhomes.com/wp-content/build/scss_library/7772c972db4ccf51984d75897c0d71c4bfd2caa6.css.map */