/* static\css\home\servicios\carusel-nuestros-clientes.css*/


.titulosecundario {
    text-align: center;
    margin-bottom: 2rem;
}

.titulosecundario h3 {
    color: rgb(121, 195, 215);
    font-size: calc(2rem + 1vw);
}

#carouselClientes {
  width: 80%;
  margin: 0 auto;
}

#carouselClientes .carousel-item img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

