    /* ======================================================================
    ======================= our-story-section start ===========================
    ======================================================================  */
    .inner-our-story{max-width: 1136px;margin-inline: auto;}
    .inner-our-story > .heading-style-7{text-align: center;color: var(--black2c);}
    .inner-our-story .btn-box{width: fit-content;margin-inline: auto;margin-top: 40px;}
    .inner-our-story .btn-box a{text-transform: none;}
    /* ======================================================================
    ======================= our-story-section ended ===========================
    ======================================================================  */
    /* ======================================================================
    ======================= our-fleet-section start ===========================
    ======================================================================  */
    .inner-our-fleet{background-color: var(--whitefa);padding: 32px;border-radius: 20px;display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 24px;row-gap: 29px;max-width: 1136px;margin-inline: auto;}
    .inner-our-fleet .our-fleet-card{padding: 17px 14px;background-color: var(--white);border-radius: 20px;display: flex;flex-direction: column;gap: 11px;}
    .inner-our-fleet .our-fleet-card .fleet-card-icon{width: 74px;height: 74px;border-radius: 20px;background-color: var(--whitefa);display: flex;align-items: center;justify-content: center;}
    .inner-our-fleet .our-fleet-card .fleet-card-icon img{width: 44px;height: 44px;}
    .inner-our-fleet .our-fleet-card .heading-style-9{text-transform: capitalize;}
    .inner-our-fleet .our-fleet-card .p-small{color: var(--black2c);text-align: justify;}
    /* ======================================================================
    ======================= our-fleet-section ended ===========================
    ======================================================================  */
    /* ======================================================================
    ======================= about-sunset-section start ===========================
    ======================================================================  */
    .inner-about-sunset{display: grid;grid-template-columns: repeat(3, 1fr);gap: 24px;max-width: 1136px;margin-inline: auto;}
    .inner-about-sunset .about-sunset-card{position: relative;}
    .inner-about-sunset .about-sunset-card .about-sunset-card-image{border-radius: 20px;overflow: hidden;line-height: 0;}
    .inner-about-sunset .about-sunset-card .about-sunset-card-image img{aspect-ratio: 362/364;width: 100%;height: 100%;object-fit: cover;object-position: center;}
    /* .inner-about-sunset .about-sunset-card .about-sunset-card-image::after{position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;background-color: var(--whitef6);} */
    .inner-about-sunset .about-sunset-card .heading-style-11{color: var(--white);position: absolute;text-align: center;width: 100%;bottom: 0;left: 0;padding-block: 27px;background: linear-gradient(0deg, #000000 29.81%, rgba(102, 102, 102, 0) 100%);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;text-transform: capitalize;padding-inline: 4px;}
    /* ======================================================================
    ======================= about-sunset-section ended ===========================
    ======================================================================  */

    @media (max-width:1199px) {
        /* ======================================================================
        ======================= our-fleet-section start ===========================
        ======================================================================  */
        .inner-our-fleet{padding: 28px;column-gap: 20px;row-gap: 24px;}
        .inner-our-fleet .our-fleet-card{padding: 15px 12px;gap: 10px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon{width: 70px;height: 70px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon img{width: 42px;height: 42px;}
        /* ======================================================================
        ======================= our-fleet-section ended ===========================
        ======================================================================  */
        /* ======================================================================
        ======================= about-sunset-section start ===========================
        ======================================================================  */
        .inner-about-sunset{gap: 16px;}
        /* ======================================================================
        ======================= about-sunset-section ended ===========================
        ======================================================================  */
    }
    @media (max-width:991px) {
        /* ======================================================================
        ======================= our-fleet-section start ===========================
        ======================================================================  */
        .inner-our-fleet{padding: 32px;row-gap: 24px;border-radius: 20px;grid-template-columns: 1fr;}
        .inner-our-fleet .our-fleet-card{padding: 17px 14px;gap: 11px;border-radius: 20px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon{width: 74px;height: 74px;border-radius: 20px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon img{width: 44px;height: 44px;}
        /* ======================================================================
        ======================= our-fleet-section ended ===========================
        ======================================================================  */
        /* ======================================================================
        ======================= about-sunset-section start ===========================
        ======================================================================  */
        .inner-about-sunset{gap: 8px;}
        .inner-about-sunset .about-sunset-card .heading-style-11{padding-block: 12px;}
        /* ======================================================================
        ======================= about-sunset-section ended ===========================
        ======================================================================  */
    }

    @media (max-width:767px) {
        /* ======================================================================
        ======================= our-story-section start ===========================
        ======================================================================  */
        .inner-our-story .btn-box{display: none} 
        /* ======================================================================
        ======================= our-story-section ended ===========================
        ======================================================================  */
        /* ======================================================================
        ======================= our-fleet-section start ===========================
        ======================================================================  */
        .inner-our-story > .heading-style-7{font-size: 20px;text-align: justify;}
        .inner-our-fleet{padding: 20px;column-gap: 16px;row-gap: 20px;border-radius: 10px;}
        .inner-our-fleet .our-fleet-card{padding: 12px 10px;gap: 8px;border-radius: 10px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon{width: 64px;height: 64px;border-radius: 10px;}
        .inner-our-fleet .our-fleet-card .fleet-card-icon img{width: 38px;height: 38px;}
        /* ======================================================================
        ======================= our-fleet-section ended ===========================
        ======================================================================  */
        /* ======================================================================
        ======================= about-sunset-section start ===========================
        ======================================================================  */
        .inner-about-sunset{grid-template-columns: 1fr;gap: 20px;}
        .inner-about-sunset .about-sunset-card{border: 2px solid var(--grey-40);border-radius: 24px;border-top: 0;}
        .inner-about-sunset .about-sunset-card .about-sunset-card-image{border-radius: 24px;box-shadow: 0px 2px 4px 0px #00000080;width: calc(100% + 4px);margin-left: -2px;}
        .inner-about-sunset .about-sunset-card .about-sunset-card-image img{aspect-ratio: 368/220;}
        .inner-about-sunset .about-sunset-card .heading-style-11{position: static;background: none;color: var(--primary);text-transform: uppercase;text-align: left;padding: 16px;}
        .inner-about-sunset .about-sunset-card .heading-style-11 span{font-weight: 300 !important;}
        /* ======================================================================
        ======================= about-sunset-section ended ===========================
        ======================================================================  */
    }