.list-dot{ list-style: disc; } .img-round{ border-radius: 20px; box-shadow: 5px 5px 15px #000a; } .cards{ border-radius: 20px; box-shadow: 5px 5px 15px #000a; } .tyres_type{ transition: .3s linear; } .tyres_type:hover{ transform: scale(1.04); } .border_bottom{ border-bottom: 3px solid #035aa6; width: fit-content; /* width: fit-content; */ } .tires{ position: relative; } .tires::after{ content:""; display: inline-block; width: 40px; height: 40px; position: relative; top: 10px; left: 10px; background-image: url(/img/artykuly/euro_7/tires_icon.png); background-position: center; background-size: cover; } .recycling{ position: relative; } .recycling::after{ content:""; display: inline-block; width: 40px; height: 40px; position: relative; top: 10px; left: 10px; background-image: url(/img/artykuly/euro_7/recyciling_icon.png); background-position: center; background-size: cover; } .tech{ position: relative; } .tech::after{ content:""; display: inline-block; width: 40px; height: 40px; position: relative; top: 10px; left: 10px; background-image: url(/img/artykuly/euro_7/tech_icon.png); background-position: center; background-size: cover; }