.pirelli_history {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_history.jpg);
    background-size: cover;
    background-position: 10% 20%;
    /* border-radius: 0 20px 2px 0; */
}

.pirelli_future {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_tech.jpg);
    background-size: cover;
    background-position: 10% 20%;
}

.pirelli_detals {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/piralli_detal.jpg);
    background-size: cover;
    background-position: 10% 20%;
}

.pirelli_cars {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_car.jpg);
    background-size: cover;
    background-position: center;
}

.pirelli_truck {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_tir.jpg);
    background-size: cover;
    background-position: center;
}

.pirelli_truckSmall {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_truck.jpg);
    background-size: cover;
    background-position: center;
}

.pirelli_bike {
    background-image: url(/img/manufacturerpages/pirelli/pirelli_img/pirelli_bike.jpg);
    background-size: cover;
    background-position: bottom;

}

.pirelli-title {
    background-color: #fee102;
    color: #bd191f;
    border-radius: 0 20px 20px 0;
}

.pirelli_fx {
    background-color: #222a;
    /* border-radius: 0 20px 2px 0; */
}

.btn-danger {
    background-color: #fee102;
    border: transparent;
    color: #bd191f;
    font-weight: bold;
    /* text-shadow: 1px 1px 3px #b09c01; */


}

.btn-danger:hover {
    background-color: #fee102;
    border: transparent;
    color: #bd191f;
    box-shadow: 1px 1px 10px #222;
    font-weight: bold;


}

.list__color {
    color: #fff;

}

.list__item {
    border: 2px solid #fff;
    margin: 10px;
    color: #fff;


}

.list__item:hover {
    background-color: #fffa;
    color: #000;
    text-decoration: none;
    border-color: #999;
}



.guarantine__title {
    /* color: ; */
    font-weight: bolder;

}