*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

.main .vehicle-image{
    width: 100%; 
    height: 50%;
    margin-top: 64px;
}
.vehicle-image img{
    /* size : 768*217 */
    width: 100%;
    display: inline-block;
    background-color: rgb(24, 32, 29);
    object-fit: cover;
}
.main .vehicle-title{
    width: 100%;
    background: rgb(215,215,250);
    background: linear-gradient(90deg, rgba(215,215,250,1) 0%, rgba(0,44,255,1) 52%, rgba(215,215,250,1) 100%);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.main .vehicle-title span.cr{
    font-size: 24px;
    font-weight: 400;
    color: white;
}
.main .vehicle-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    padding-left: 15%;
    padding-right: 15%;
}
.main .vehicle-btn a{
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    color: black;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid black;
    transition: 0.3s ease;
}
.main .vehicle-btn a:hover{
    /* border: 1px solid lightcoral; */
    border-color: blue;
    color: blue;
    font-weight: 500;
}
.main .vehicle-content .table{
    width: 70%;
    align-items: center;
    text-align: justify;
    margin-left: 15%;
}
.main .vehicle-content .table-border{
    border: 1px solid #B5BBCC;
    border-collapse: collapse;

}
.main .vehicle-content .table-border tbody{
    font-size: 16px !important;
    word-spacing: 0.5px;
    line-height: 1.8;
}

.vehicle-content .table-border tr{
    display: table-row;
    vertical-align: inherit;
}
.vehicle-content .table-border td{
    border: 1px solid #B5BBCC;
    vertical-align: top;
    padding: 15px;
}
.vehicle-content .table-border td strong{
    font-weight: 700;
}
.vehicle-content .table-border tr td ul{
    margin-left: 38px;
    list-style-position: inside;
}
.vehicle-content h3{
    margin-left: 15%;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.2;
    word-spacing: 0.5px;
    font-size: 18px;
}
.vehicle-content .table-border tr td ol{
    list-style-position: inside;
}