.list-restore ul {
    list-style: disc !important;
    padding-left: 20px !important;
    margin: 0;
}

.list-restore li {
    display: list-item !important;
    margin-bottom: 12px; /* <<< kis szünet a felsorolási pontok között */
    line-height: 1.5;
}



.info-container {
    margin-bottom: 2rem;
}

.info-container p{
    text-align: justify;
    margin-bottom: 1rem;
}