.open-map {
    padding-bottom: 40px;
}
.d-flex-around {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex-around .open-map {
    padding: 12px 16px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-top: 0;
}

#audioguida {
    width: 100%;
}

@media (max-width: 767px) {
    #audioguida {
        width: 50%;
    }
}

/* Scrollbar */
.content.scrolling-slide {
    overflow-y: scroll;
}

.content.scrolling-slide::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent; /* or add it to the track */
}

.content.scrolling-slide::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .content-descrizione-percorso {
        padding-bottom: 70px;
    }
}
