.list-dot{
    list-style: disc;
}
.img-round{
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}
.border_bottom{
    border-bottom: 5px solid #1d2d4f;
    width: fit-content;
}
.title{
    position: relative;
}
.border_bottom::after{
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    top: 10px;
    left: 10px;
    position: relative;
    background-image: url(/img/artykuly/sprzedaz_opon/1931291-200.png);
    background-size: cover;
    background-position: center;
}