.launched-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.launched-image img {
  max-width: 16%;
  height: auto;
}

.text-container {
  align-items: flex-start;
}

.text-paragraph {
  margin: 20px 0;
  text-align: justify;
  width: 90%;
}

/* .container {
  width: 100%;
}

.escolha-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.text-container {
  flex: 0 0 50%;
}

.flex-item2 {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.machine-image {
  max-width: 85%;
  height: auto;
}

.carrossel {
  margin-top: 10px;
  max-width: 80px;
}

.carousel-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

p {
  color: rgb(149, 149, 149);
}

.text-paragraph {
  margin: 20px 0;
  text-align: justify;
  width: 90%;
}

i {
  margin-right: 5px;
  color: #63e6be;
  padding-left: 0%;
}

li {
  list-style: none;
  color: rgb(149, 149, 149);
}

/* .available-desktop {
  width: 100%;
  justify-content: center;
} */
.themed-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.themed-image img {
  max-width: 16%;
  height: auto;
}

/*

.desktop {
  display: flex;
}

.mobile {
  display: none;
}

.carousel-indicators [data-bs-target] {
  color: rgb(30, 227, 174) !important;
}

.carousel-indicators button.active {
  background-color: color rgb(30, 227, 174);
}

@media (max-width: 992px) {
  .banner1 {
    margin-top: 72px;
  }

  .escolha-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .carousel-icons-wrapper {
    display: flex;
    align-items: flex-start;
  }

  #carouselExampleIndicators {
    flex: 0 0 50%;
  }

  .image-container {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-item2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-container {
    align-items: center;
    width: 60%;
    margin: 0 auto;
    word-spacing: 1px;
    margin-top: 30px;
  }

  .titulo {
    font-weight: bold;
    padding-left: 20px;
  }

  .titulo2 {
    display: inline-block;
    color: rgb(30, 227, 174);
    font-weight: bold;
    padding-left: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }
} */
