.eco_title {
    border-bottom: 5px solid #42DE9E;
    width: fit-content;
}

.eco_title::after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url(/img/artykuly/ev_tires/leaf-icon.png);
    background-size: cover;
    background-position: center;
}

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