.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: 10px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(67, 255, 0, 1) 100%);
    width: fit-content;



    /* width: fit-content; */
}

.border_title {
    border-bottom: 10px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(95deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
    width: fit-content;
}