.btn-danger{
    padding: 20px 30px ;
    border-radius: 20px ;

}
.border-bottom{
    border-bottom: 2px solid #aaa;
}
.tires_title::before{
  content:"";
  width: 50px;
  height: 50px;
  display: inline-flex;
  position: relative;
  top: 10px;
  margin-right: 10px;
 background-image: url(/img/artykuly/radialne/tires.png);
  background-position: center;
  background-size: cover;
}