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

.fuel_titile {
    border-bottom: 5px solid #90BF6F;
    width: fit-content;
}

.fuel_titile::after {
    content: "";
    width: 40px;
    height: 40px;

    display: inline-block;
    position: relative;
    top: 10px;
    background-image: url(/img/artykuly/agro_fuel_efficiency/fuel_after.png);
    background-size: cover;
    background-position: center;
}