#background-titulo {
    display: flex;
    align-items: center;
    left: 10px;
}
#background-titulo h1{
    position: absolute;
    padding: 10px;
    border: 5px;
    display: flex;
    text-align: center;
    color: white;
    left: 100px;
}
#background-titulo img{
    width: 100%;
    height: 730px;
    object-fit: cover;
}
#descricao-servicos{
    width: 58%;
    margin: 0 auto;
    padding: 20px;
}
.carousel-item{
  position: relative;
  left: -80px;
}
.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-item .w-100 {
  width: 50% !important;
  position: relative;
  left: 200px;
}
.carousel {
    max-width: 600px; 
    margin: auto;
  }


  .carousel-item {
    flex: 0 0 70%; 
    transition: transform 0.5s ease;
  }

  .carousel-item img {
    width: 100%;
    height: auto;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: flex;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: black; 
    padding: 20px;
  }
  #descricao-servicos h1{
    display: flex;
    padding-bottom: 50px;
    position: relative;
    top: 25px;
    color: #33DE84;
  }
  #descricao-servicos h1::before {
    content: ''; 
    display: block; 
    width: 30%;
    height: 5px; 
    background-color: #33DE84; 
    position: absolute; 
    top: -10px; 
    left: 0; 
}

  #descricao-servicos{
        display: flex;
        position: relative;
        padding-top: 120px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
}
#descricao-servicos a{
  color: inherit; 
    text-decoration: none; 
}
@media (max-width: 500px){
body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: space-around;
    align-items: stretch;
    width: 480px;
  }
  
  #background-titulo h1 {
    position: absolute;
    display: flex;
    text-align: center;
    color: white;
    left: 30px;
}
#background-titulo img {
  width: 100%;
  height: 429px;
}
#descricao-servicos {
  width: 430px;
  display: flex;
  position: relative;
  padding-top: 0px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
}