 .fleet-card {

                background: var(--white);
                border-radius: 10px;
                overflow: hidden;
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
                transition: .3s;

            }

            .fleet-card img {

                width: 100%;
                height: 200px;
                object-fit: cover;

            }

            .fleet-info {

                padding: 18px;

            }

            .fleet-info h5 {

                font-weight: 700;
                margin-bottom: 10px;

            }

            .fleet-info ul {

                list-style: none;
                padding: 0;
                font-size: 14px;

            }

            .fleet-info ul li {

                margin-bottom: 6px;

            }

            .fleet-info i {

                color: var(--primary);
                margin-right: 5px;

            }

            .fleet-price {

                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 12px;

            }

            .fleet-price span {

                font-size: 18px;
                font-weight: 700;

            }