:root {
    --winter: #36ddff;
}

.list-dot {
    list-style-type: disc;
}

.border_bottom {
    border-bottom: 2px solid var(--winter);
    width: fit-content;
    position: relative;
}

.border_bottom::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/img/artykuly/przyczepnosc/snowflake_after.png);
    background-size: cover;
    background-position: center;
    display: inline-flex;
    position: relative;
    top: 15px;
}