.app-archiv-details {
    .archiv-text {
        ul {
        margin-bottom: 15px;
        list-style-type: none;
        padding-left: 0px;
            li {
                padding: 5px 0;
                margin:5px 0;
                border-bottom: 1px dotted rgb(200, 177, 114);
            }
        }
        a {
            text-decoration: none;
            color: rgb(200, 177, 114);
        }
        a:hover {
            color: rgb(48, 68, 90);
        }
        p {
            margin-bottom:0;
        }
    }
   
}