.alq-project-info h2 {
  color: #14133d;
  font-family: "Yeseva One", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .alq-project-info h2 {
    font-size: 30px;
  }
}
.alq-project-info .wrapper {
  background: #aec3e630;
  height: 320px;
  padding: 20px 20px 20px 340px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .alq-project-info .wrapper {
    height: auto;
    padding: 20px;
  }
}
.alq-project-info .wrapper .image-container {
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  left: 0;
  position: absolute;
  top: 0;
  width: 313px;
}
@media screen and (max-width: 1024px) {
  .alq-project-info .wrapper .image-container {
    height: calc(100vw - 40px);
    left: initial;
    margin: 0 0 10px;
    position: static;
    top: initial;
    width: calc(100vw - 40px);
  }
}
.alq-project-info .wrapper .info-tabs {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .alq-project-info .wrapper .info-tabs {
    flex-direction: column;
    gap: 5px;
  }
}
.alq-project-info .wrapper .info-tabs button {
  background: #b9a36e;
  border: none;
  color: #14133d;
  display: inline-block;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  .alq-project-info .wrapper .info-tabs button {
    width: 100%;
  }
}
.alq-project-info .wrapper .info-tabs button:hover {
  background: #14133d;
  color: #fff;
}
.alq-project-info .wrapper .info-tabs button:last-of-type {
  margin: 0;
}
.alq-project-info .wrapper .info-tabs button.active {
  background: #14133d;
  color: #fff;
}
.alq-project-info .info-content {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  overflow-y: auto;
}
.alq-project-info .info-content .info-tab-content {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: none;
  padding: 0 10px 0 0;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  .alq-project-info .info-content .info-tab-content {
    padding: 0;
  }
}
.alq-project-info .info-content .info-tab-content ul {
  list-style: square;
  margin-block-end: 20px;
}
.alq-project-info .info-content .info-tab-content ul:last-child {
  margin-block-end: 0;
}
.alq-project-info .info-content .info-tab-content p {
  margin-block-end: 20px;
}
.alq-project-info .info-content .info-tab-content p:last-child {
  margin-block-end: 0;
}
.alq-project-info .info-content .info-tab-content strong {
  font-weight: 600;
}
.alq-project-info .info-content .info-tab-content.active {
  display: block;
}
/*# sourceMappingURL=https://alqhomes.com/wp-content/build/scss_library/860139355ef0567eaa90230437e7ede96eab08d0.css.map */