#projects-main-title-wrapper {
  font-size: 9.2vw !important;
}
.is-projects-listing #header-logo {
  display: none !important;
}
.is-projects-listing #header-center-project-back-btn {
  transform: scale(1) !important;
  opacity: 1 !important;
  left: var(--base-padding-x) !important;
  right: auto !important;
  top: calc(var(--base-padding-y)) !important;
  width: fit-content !important;
  padding: 0 1.5em 0 1em !important;
  justify-content: flex-start !important;
}
#header-right {
  gap: 18px !important;
}
.is-projects-listing #header-right-sound-btn,
.is-projects-listing #header-right-talk-btn-placeholder,
.is-projects-listing #header-right-menu-btn,
.is-projects-listing #header-right-talk-btn {
  display: none !important;
}
.header-menu-link[data-page="projects"],
.header-menu-link[data-scroll-to="contact"],
#header-menu-newsletter,
#header-menu-talk,
#header-menu-labs {
  display: none !important;
}
#projects-main-title-project-number {
  display: none !important;
  position: absolute !important;
  right: auto !important;
  left: calc(100% + 1.5vw) !important;
  top: 1.2vw !important;
  font-size: 2.4vw !important;
}
#projects-main-title-project-arrow {
  position: absolute !important;
  right: auto !important;
  left: calc(100% + 0.8vw) !important;
  bottom: 2.8vw !important;
  height: 2.8vw !important;
  width: 2.8vw !important;
}
@media (max-width: 812px) {
  #projects-main-title-project-number {
    left: calc(100% + 1vw) !important;
    top: 1.8vw !important;
    font-size: 2.2vw !important;
  }
  #projects-main-title-project-arrow {
    left: calc(100% + 0.5vw) !important;
    bottom: 3.2vw !important;
    height: 2.4vw !important;
    width: 2.4vw !important;
  }
}

#projects-main .project-item {
  float: none !important;
  align-self: start;
}

#projects-main-title-top {
  margin-bottom: 2em !important;
  line-height: 1.05 !important;
}

#projects-main-title {
  line-height: 1.05 !important;
}
