.caroselloEsperienze{
    position: relative;
    background-size: cover;
    background-position: center;
}
.contentCarosello {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0px;
}
.contentCarosello2 .titleSection {
    width: 50%;
    margin: 0 auto;
    color: var(--White-Sand);
}
.overlayCarosello{
    background: linear-gradient(198deg, rgba(45, 85, 66, 0.80) -19.8%, #131F19 87.63%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cardCaroselloEsperienze {
    background-position: center;
    background-size: cover;
    height: 335px;
    margin: 0px 16px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4); */
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
p.titleCard {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: var(--White-sand);
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 100%;
    background: linear-gradient(198deg, rgba(45, 85, 66, 0.00) -19.8%, #2D5542 87.63%);
    padding: 24px 8px;
    width: calc(100% - 16px);
    left: 0;
    right: 0;
    margin: 0px;
}
.contCarosello .slick-slide {
  margin: 0 15px; /* 10px di spazio a dx e sx */
}
.contCarosello .slick-list {
  margin: 0 -15px; /* compensa il margine per allineare bene */
}
.contentCarosello .slick-track {
    padding: 60px 0px;
}
.contCarosello .slick-list {
  padding: 0 5px;       /* spazio interno così l’ombra non viene tagliata ai lati */
}
.cardCaroselloEsperienze a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.contentCarosello2 {
    width: 100% !important;
}
.contentCarosello2 .cta {
    width: max-content;
    margin: 24px auto;
}
.contentCarosello .slick-track {
    padding: 16px 0px;
}
.coContCarosello {
    width: 70%;
    margin: 0 auto;
}
}