.harvester_title {

    color: #0056b9;
    width: fit-content;
}

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

.border_bottom {
    border-bottom: 2px solid #F00;
}

.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 15px #000a;
}

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