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

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

.tires_presure_title {
    border-bottom: 2px solid #1d2935;
    width: fit-content;
    font-weight: bold;
}

.tires_presure_title::after {
    content: '';
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    left: 5px;
    display: inline-block;
    background-image: url(/img/artykuly/tires_presure/flat_tires_after.png);
    background-size: cover;
    background-position: center;

}

.title_summary {
    border-top: 2px solid #1d2935;
    text-align: center;
    font-weight: bold;
}