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

.trailer_titile {
    border-bottom: 5px solid #406877;
    width: fit-content;
}

.trailer_titile::after {
    content: "";
    width: 60px;
    height: 60px;

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