.projects.hero {
  background-image: url('../imgs/backgrounds/audiopool-projects-banner.webp');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center center;
}

.short-desc {
  position: absolute;
  z-index: 15;
  color: var(--black);
  font-size: var(--s);
  font-weight: bold;
  width: 600px;
  text-align: end;
  margin: 0;
}

.projects h3 {
  font-size: 2rem;
}