.lineBlock {
    border-bottom: 1px solid #000;
}

.list {
    list-style: disc;
}

.tires-bg {
    background: linear-gradient(119deg, rgba(100, 115, 247, 1) 4%, rgba(2, 192, 192, 1) 98%);
}

.border-gradient {
    width: fit-content;

    border-bottom: 5px solid transparent;
    border-image: linear-gradient(119deg, rgba(100, 115, 247, 1) 4%, rgba(2, 192, 192, 1) 98%);
    border-image-slice: 1;
}

@media(max-width:992px) {
    .footer_pic {
        display: none;
    }
}