.list-dot { list-style: disc; } .tires_after { width: fit-content; padding-right: 20px; border-radius: 20px 0; border-bottom: 2px solid #00fa; } .tires_after::after { content: ""; width: 40px; height: 40px; position: relative; top: 5px; left: 7px; display: inline-block; background-image: url(/img/artykuly/bieznikowane/tires_after.png); background-size: cover; background-position: center; } .tires_defects { width: fit-content; padding-right: 20px; border-radius: 20px 0; border-bottom: 2px solid #f00a; } .tires_defects::after { content: ""; width: 40px; height: 40px; position: relative; top: 5px; left: 7px; display: inline-block; background-image: url(/img/artykuly/bieznikowane/defects_icon.png); background-size: cover; background-position: center; filter: drop-shadow(3px 3px 2px #000a); } .tires_benefits { width: fit-content; padding-right: 20px; border-radius: 20px 0; border-bottom: 2px solid #0f0a; } .tires_benefits::after { content: ""; width: 40px; height: 40px; position: relative; top: 5px; left: 7px; display: inline-block; background-image: url(/img/artykuly/bieznikowane/benefit_after.png); filter: drop-shadow(3px 3px 2px #000a); background-size: cover; background-position: center; }