.vpa-1col-accordeon{
    .heading{
        text-align: center;
    }
    .details{
        margin-left: 10%;
        max-width: 80%;
        border-bottom: solid 1px #ccc;
        line-height: 2em;
        summary{
            font-weight: bold;
            
        }
        summary::marker{
                transform: rotate(90deg);
            }
    }
}