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