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

.img-round {
    border-radius: 20px;
}

.agro_title {
    border-bottom: 2px solid rgb(220, 1, 1);
    width: fit-content;
}

.agro_title::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/artykuly/opony_do_ciagnika/agro_after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 10px;
}

.truck_title {
    border-bottom: 3px solid #FF5A33;
    width: fit-content;
    font-weight: bolder;
}

.truck_title::after {
    content: '';
    display: inline-block;
    position: relative;
    background-image: url(/img/artykuly/wytrzymalosc_opon_ciezarowych/truck_after.png);
    background-position: center;
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 35px;
    left: 15px;
}

.span_done {
    color: #9FC131;
    font-weight: bolder;
}

.title_done {
    color: #9FC131;
    font-weight: bolder;
    border-bottom: #9FC131 5px solid;
    width: fit-content;
}

.done_bg {
    background-image: url(/img/artykuly/agro_width/done_bg.png);
    background-position: center;
    background-size: cover;
}

.danger_bg {
    background-image: url(/img/artykuly/agro_width/danger_bg.png);
    background-position: center;
    background-size: cover;
}

.span_danger {
    color: #E74C3C;
    font-weight: bolder
}

.title_danger {
    color: #E74C3C;
    font-weight: bolder;
    border-bottom: 5px #E74C3C solid;
    width: fit-content;

}

@media(max-width:991px) {
    .truck_title::after {
        display: none;
    }
}