section .breadcrumb {
    position: relative;
    left: -50px;
    top: 30px;
}

section p, section ul, section li {
    color: var(--text-background-body);
}

aside {
    margin-left: 59px;
    background-color: var(--surface);
    border-radius: 8px;
    padding-left: 35px;
    padding-right: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
}

aside h2 {
    margin-bottom: 23px;
    font-size: 20px;
}

aside li {
    color: var(--text-background-body);
}

aside img {
    max-height: 54px; 
}

aside ul {
    padding-left: 0;
    margin-bottom: 17px;
}

aside li {
    background-color: var(--button);
    list-style:disc;
    list-style-position: inside;
    padding-left: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-bottom: 12px;
}

aside li::marker {
    font-size: 1.2em;
}

aside li a {
    color: var(--text-background-body);
}