.img-icons{
  border-radius: 15px;
  width: 150px;
}
h6{
  text-align: justify;
  line-height:23.9px;
  margin: 0 7px;
}
.containerService{
 
  display:flex;
  align-items: center;
  justify-content:center;
  width: 100%;
}
.serviceList{
  width:80% !important;
}


#clientes{
  background-color: red;
  padding-top: 20px !important;
}

.cliente-box img{
width: 220px;
height: 220px;
}

.cliente-box:hover{
  transition: all 0.2s linear;
  transform: scale(1.02);
  }

  .lim-orient img{
    width: 200px;
    height: 172px;
  }
  .lim-orient {
   color:#0f6723;
  }

  .carousel-item img{
    height: 100%;
    object-fit: fill;
  }

  @media (max-width: 768px) {
    .carousel-item img{
      height: 480px;
      object-fit: fill;
    }
  }