.sprotelli-text-1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.image-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: white;
}

.arrow-responsive {
    height: 1000px;
    width: 516px;
    margin-top: 20px;
}

.centered-container {
    gap: 10px;
}

@media (max-width: 767px) {
    .centered-container {
        text-align: -webkit-center;
        gap: 0px;
    }

    .arrow-responsive {
        height: 1494px;
    width: 400px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .arrow-responsive {
    height: 1024px;
    width: 516px;
    }
}


#card-list-percorsi-tematici .card.no-after{
background-color: #F2F7FC;
}