.type-tire-section {
    padding-bottom: 100px;
}

.type-tire-section h3{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 40px;

}

.type-tire-section h3::after{
    content: "";
    width: 100px;
    height: 2.5px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    background: linear-gradient(89.96deg, #C51515 6.07%, rgba(197, 21, 21, 0) 104.84%);
}

.type-tire-list  li p {
    margin-top: 10px;
    font-style: italic;
}