.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;
}

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