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

.border_bottom {
    border-bottom: 5px solid #eac76f;
    width: fit-content;
    margin-bottom: 20px;

}

.border_bottom::after {
    content: "";
    width: 55px;
    height: 30px;
    display: inline-flex;
    background-image: url(/img/artykuly/Opony_do_koparki/excavator_after.png);
    background-position: center;
    background-size: cover;
    position: relative;
    top: 5px;
    left: 10px;
}