.other-page .contact-parallax-background {
  background: linear-gradient(
      to bottom left,
      hsla(0, 0%, 36%, 0.7),
      hsla(0, 0%, 36%, 0.7)
    ),
    url(../images/DSC_1039.jpg);
  background-repeat: no-repeat;
  background-position: 50% 37%;
  background-size: cover;
  /* background-attachment: fixed; */
}
 .contact-article {
  grid-template-rows: 1fr 1fr;
}
.contact-info {
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.font-accent {
  font-style: italic;
  font-weight: var(--fw-600);
}
.contact-info a {
  display: block;
  text-decoration: underline;
  font-weight: var(--fw-400);
}
.contact-info a:hover {
  text-decoration: none;
  color: var(--primary-clr);
  transition: var(--transition);
}
.contact-info p span {
  font-weight: var(--fw-400);
}
.article-grid-col .wpb_map_wraper {
  display: block;
}

.article-grid-col .wpb_map_wraper {
  position: relative;
}
.article-grid-col .wpb_map_wraper iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 952px) {
  .contact-article {
    grid-template-columns: 40% 60%;
  }
}
@media (min-width: 1024px) {
  .despre-noi .wpb_map_wraper {
    margin-left: auto;
  }
}
