.fleet-section,
.explore-fleet-section {
    position: relative;
    background: linear-gradient(to bottom,
            rgba(0, 32, 64, 0.95),
            rgba(0, 64, 96, 0.98));
    color: #fff;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.explore-fleet-section .container {
    text-align: left;
}

.fleet-kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.fleet-title {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 32px;
    font-family: 'Amiri Quran', serif;
}

.explore-fleet-section .fleet-cards {
    margin-top: 0;
}

.fleet-cards {
    margin-top: 3rem;
}

.fleet-card {
    padding: 2.5rem 1.75rem 2.75rem;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: 100%;
}

.fleet-card-last {
    border-right: none;
}

@media (max-width: 767.98px) {
    .explore-fleet-section {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .explore-fleet-section .container {
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .fleet-kicker {
        font-size: 10px;
        margin-bottom: 0.5rem;
        padding-top: 2.25rem;
    }

    .fleet-title {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .fleet-cards {
        margin-top: 1.5rem;
    }

    .fleet-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        align-items: center;
        text-align: center;
        padding: 2rem 1rem 2.25rem;
    }

    .fleet-card-last {
        border-bottom: none;
    }

    .fleet-icon-img {
        margin: 0 auto;
        max-width: 100px;
        height: 70px;
    }

    .fleet-card-title {
        font-size: 16px;
        margin-top: 1rem;
        min-height: auto;
    }

    .fleet-card-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .btn-fleet {
        font-size: 10px;
        padding: 0.5rem 1.5rem;
    }
}

.fleet-icon svg {
    color: #fff;
}

.fleet-icon-img {
    max-width: 120px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0;
}

.fleet-card-title {
    font-size: 18px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: 'Amiri Quran', serif;
    margin-top: 1.5rem;
    min-height: 3.6rem;
    /* keep 2-line titles from pushing descriptions down */
}

.fleet-card-desc {
    font-size: 16px;
    line-height: 1.7;
    flex-grow: 1;
}

.btn-fleet {
    background: #fff;
    color: #004060;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.55rem 1.8rem;
    box-sizing: border-box;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-fleet:hover,
.btn-fleet:focus {
    background: transparent;
    color: #fff;
    border-color: #fff;
}