.border_bottom{
    border-bottom: 1px solid #aaa;
}
.alignment_after::before{
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top:15px ;
    display: inline-flex;
    background-image: url(/img/artykuly/bledyprzywymianieopon/alignment.png);
    background-position: center;
    background-size: cover;
}
.presure_after::before{
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-flex;
    background-image: url(/img/artykuly/bledyprzywymianieopon/presure.png);
    background-position: center;
    background-size: cover;
}
.mount_after::before{
    content: "";
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-flex;
    background-image: url(/img/artykuly/bledyprzywymianieopon/changing.png);
    background-position: center;
    background-size: cover;
}
.balansing_after::before{
    content: "";
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-flex;
    background-image: url(/img/artykuly/bledyprzywymianieopon/BALANSING.png);
    background-position: center;
    background-size: cover;
}
.tires_after::before{
    content: "";
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-flex;
    background-image: url(/img/artykuly/bledyprzywymianieopon/Tires.png);
    background-position: center;
    background-size: cover;
}
.btn-danger{
    padding: 10px 20px ;
    border-radius: 20px;
    
}