.hero-spitz {
  position: relative;
  background-color: #F4ECE4;
  overflow: hidden;
  min-height: 851px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
}

.hero-spitz::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://50329494.fs1.hubspotusercontent-na1.net/hubfs/50329494/Quem%20Somos/mancha-laranja-fundo.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-spitz__inner {
  gap: 0;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 90px;
}

.hero-spitz__text {
  width: 65%;
  display: block;
  position: relative;
}

.hero-spitz__text h1 {
  font-family: "Config Rounded", sans-serif;
  color: #063D37;
  font-size: 58px;
  font-weight: 400;
  line-height: 125%;
  width: 686px;
  padding: 0;
  margin: 0;
  text-align: left;
}

.hero-spitz__text h1 span {
  font-weight: 600;
}

.hero-spitz__text p {
  font-family: "Config Rounded", sans-serif;
  color: #F4ECE4;
  font-size: 18px;
  line-height: 130%;
  max-width: 494px; 
  width: 494px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 400px;
  left: 471px; 
  z-index: 2;
}

.hero-spitz__text p span {
  font-weight: 600;
}

.hero-spitz__mascote {
  flex: 0 0 30%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 140px; 
  right: -40px; 
  z-index: 3;
}

.hero-spitz__mascote img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 9;
}

@media (max-width: 768px) {
  .hero-spitz {
    padding-top: 50px;
    min-height: auto;
    align-items: center;
  }
  .hero-spitz__inner {
    flex-direction: column;
    text-align: center;
    padding: 80px 24px;
    align-items: center;
    margin-top: 0;
  }
  .hero-spitz::before {
    background-position: center top;
    background-size: 160% auto;
    top: 0;
  }
  .hero-spitz__text,
  .hero-spitz__mascote {
    flex: 1 1 auto;
    width: 100%;
    position: static;
  }
  .hero-spitz__mascote {
    right: 0;
    top: 0;
    justify-content: center;
  }
  .hero-spitz__text h1 {
    font-size: 36px;3
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-spitz__text p {
    color: #063D37;
    position: static;
    max-width: 100%;
    width: auto;
    margin-bottom: 40px;
    position: static;
  }
}