
/*===Awards css==*/
.awards-main-para h3 {
    font-size: 20px;
    font-weight: 400;
}
/* =====Safari Jeeps ====*/
.safari-vehicle-box {
    width: 100%;
    position: relative;
    background: #f9f9f9;
    padding: 40px;
}
.points-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 20px;
}
.vehicle-hig-points .points-box:last-child {
    margin-bottom: 0;
}
.dots-points {
    width: 10px;
    height: 10px;
    background: #f6b512;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}
.details-points p {
    font-size: 15px;
}
.safari-vehicle-parts { 
    width: 100%; 
    border: 1px solid #f6b512; 
}
.about-main-cart {
    width: 100%;
    padding-top: 20px;
}
.man-rev-name img {
    border-radius: 50%;
}

/*====Responsive Code====*/
@media (max-width: 767px) {
.safari-vehicle-box {
    padding: 20px;
}
}