
.img-round{ 
    box-shadow: 5px 5px 15px #000a;
    border-radius: 20px;
}
.article_title{
    width: fit-content;
    border-bottom: 2px  solid #c98906;
}
.article_title::after{
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(/img/artykuly/opony-naczepowe/truck_after.png);
    background-position: center;
    background-size: cover;
    position: relative;
    top:30px;
    display: inline-block;

}