.list-dot {
    list-style-type: disc;
}

.img-round {
    border-radius: 20px;
}

.fwd_title {
    border-bottom: 4px solid #267365;
    width: fit-content;
}

.fwd_title::after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(/img/artykuly/fwd/car_after.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 22px;
    left: 10px;
}

@media(max-width:991px) {
    .fwd_title::after {
        display: none;
    }
}