.banner-section-container {
  height: 32.3125rem;
  background: var(--Preto-Azul, #102E3B);
  position: relative;
  overflow: hidden;
}

.iphone {
  position: absolute;
  height: 32.4223rem;
  user-select: none;
}

.iphone-back {
  top: -7.1875rem;
  left: 38.5rem;
  z-index: 1;
}

.iphone-front {
  top: 4rem;
  right: 6rem;
  z-index: 2;
  top: 10.625rem;
  left: 52.875rem;
  opacity: 1;
}

.banner-content-box {
  width: 24.1875rem;
  height: 22.5rem;
  margin: 4.9375rem 0 0 276px;
}

.banner-content {
  height: 100%;
  font-family: 'Poppins';
  font-weight: 300;
  font-style: Regular;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--Branco, #FFFFFF);
}

.banner-content strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .banner-section-container {
    height: 34rem;
  }

  .banner-content-box {
    width: 20.875rem;
    height: 14.9375rem;
    margin: 3.125rem 1.25rem 15.9375rem 1.25rem;
  }

  .banner-content {
    font-size: 2rem;
    width: 20.875rem;
    font-family: Poppins;
    font-weight: 400;
    line-height: 150%;
  }

  .iphone-back {
    height: 25rem;
    top: 260px;
    left: -130px;
  }

  .iphone-front {
    height: 400px;
    top: 130px;
    left: 140px;
  }
}