.v2 .our-fleet .fleetContainer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    gap: 56px;
}

.v2 .our-fleet .fleetContainer .textCta{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.v2 .our-fleet .fleetContainer .fleetContent{
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.v2 .our-fleet .fleetContainer .fleetpreNumber *,
.v2 .our-fleet .fleetContainer .fleetpreNumber{
    color:#451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.v2 .our-fleet .fleetContainer .fleetContentNumber{
    color: #F30;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 88px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -7px;
    margin-bottom: 24px;
}

.v2 .our-fleet .fleetContainer .fleetContentTitle{
    color: #F30;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
.v2 .our-fleet .fleetContainer .fleetContentDescription{ margin-bottom: 32px; }
.v2 .our-fleet .fleetContainer .fleetContentDescription *{
    color: #451B17;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin: 0;
}

.v2 .our-fleet .fleetContainer .cta_button{
    margin-right: auto;
    margin-left: 0;
}

.v2 .our-fleet .fleetContent .hyper-3d-container{
    height: 336px;
    max-width: 336px;
    width: 100%;
}

@media screen and (max-width: 992px){
    .v2 .our-fleet .fleet-col{
        padding-top: 0;
        border-top: unset;
    }

    .v2 .our-fleet{
        padding: 0;
    }

    .v2 .our-fleet .fleetContent{
        flex-direction: column!important;
    }

    .v2 .our-fleet .fleetContent .titleDescription{
        margin-top: 16px;
    }

    .v2 .our-fleet .fleetContainer{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .v2 .our-fleet .fleetContainer .cta_button{
        margin: 0 auto!important;
    }
}

@media screen and (max-width: 767px){
    .v2 .our-fleet .titulo{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        border-top: 1px solid #451B17;
        padding-top: 20px;
    }

    .v2 .our-fleet .description *{
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 105%; /* 25.2px */
    }

    .v2 .our-fleet .fleetContainer{
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .v2 .our-fleet .fleetContent .hyper-3d-container{
        height: 167px;
        width: 100%;
    }

    .v2 .our-fleet .fleetContent .hyper-3d-container hyper-3d{
        height: 100%;
        width: 100%;
    }

    .v2 .our-fleet .fleetContent .textCta{
        gap: 0;
    }

    .v2 .our-fleet .descriptionBottom{
        margin-top: 44px;
    }

    .v2 .our-fleet .descriptionBottom *{
        color: #451B17;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }
}