.list-dot{
    list-style: disc;
}
.img-round{
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}
.p_title{
    color:#f00;
    text-decoration: underline;
}
.tractor_title{
    border-bottom: 2px solid #3B8C66;
    width: fit-content;
}
.tractor_title::after{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/artykuly/kondycja_opon/tractor_after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}