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

.tpms_title {
    border-radius: 20px 0;
    border-bottom: 2px solid #feae02;
    width: fit-content;
    padding-right: 15px;
}

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