/* ==================== Nossa Historia Hero Section ==================== */

.nossa-historia-hero-section{
  background: url(./assets/img/nossa-historia/bg-nossa-historia.png) center;
  min-height: 30rem;
  padding: 0;
  background-size: cover;
}

.nossa-historia-hero-section .nossa-historia-hero-section-container{
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.nossa-historia-hero-section .nossa-historia-hero-section-container .nossa-historia-hero-content{
  width: 35vw;
}

@media screen and (max-width: 768px) {
  .nossa-historia-hero-section{
    background-position: right;
  }
  .nossa-historia-hero-section .nossa-historia-hero-section-container{
    align-items: center;
    justify-content: center;
  }
  .nossa-historia-hero-section .nossa-historia-hero-section-container .nossa-historia-hero-content{
    width: 100%;
  }
}

/* ==================== Nossa Historia Text Section ==================== */

.nossa-historia-text-section-container{
  display: flex;
  flex-direction: column;
  gap: 1em;
}

/* ==================== Nossa Historia Last Section ==================== */

.nossa-historia-last-section{
  background: url(./assets/img/nossa-historia/bg-nossa-historia-last.png);
  min-height: 20rem;
  display: flex;
  align-items: center;
}

.nossa-historia-last-section .nossa-historia-last-img{
  width: min(40rem, 100%);
}