
.header {
  color: var(--white);
}
/*
.button {
  border-radius: 0 !important;
}

.memory-container, .desktop-nav {
  font-family: var(--font-serif);
}

.desktop-nav {
  background-color: var(--ex-light-green) !important;
  border-bottom: 1px solid var(--gray) !important;
  border-top: 0 !important;
} 
*/
.desktop-nav .header-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  /* padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--black);
  font-weight: 500;
  font-size: 1.125rem; */
}
/* .desktop-nav .header-nav__link:hover {
  color: var(--black);
} */

/* .section-heading {
  padding-top: 0;
} */
/* .section-heading::before {
  width: 52.2px !important;
  height: 90px !important;
  top: 50% !important;
  right: -72px !important;
  transform: translateY(-50%);
  background-image: url("/system_panel/uploads/images/img_contact_04 1.png");
} */

.section-heading::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -90px;
  width: 270px;
  height: 100px;
  background-image: url("/system_panel/uploads/images/section-heading.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.section-heading--no-image::before {
  content: none !important;
}

.gallery .swiper {
  border-radius: 0.75rem;
}

.swiper-pagination-bullet-active {
  background-color: var(--yellow);
}

@media screen and (min-width: 1200px){
.section-heading::before {
  top: -40px;
  right: -132px;
  width: 398px;
  height: 148px;
}
}