.banner-gradient {
    height: 50vw;
}
.carousel{
  margin-bottom: 20px;
}

.lll {
    position: absolute;
/*    bottom: 10px;*/
    width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    color: white;
    overflow: hidden;
}
.lll h3{
  font-size: 30px;
}
.text-10s{
  font-size: 30px;
}
.carrousel-height{
  min-height: 360px;
}
.carousel-text {
    width: 60%;
    position: absolute;
    bottom: 40%;
    left: 20%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    background-color: rgba(0,39,61,0.75);
    /* background-color: rgba(0, 0, 0, 0.7); */
}