.white-black-img{
    margin-bottom: -10px;
}
.BW-mobile{
    display: none;
}
.BW-desktop{
    display: block;
}
/* our story section start  */
.our-story .heading {
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    color: var(--black);
    letter-spacing: -2px;
}

.story-heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    margin-bottom: 30px;
    color: #000000;
}

.our-story .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    color: #6D6D6D;
}

.our-story .paragraph:last-child {
    margin-bottom: 0;
}

.our-story-images {
    margin-top: 75px;
}

/* our story section end  */

/* black section start  */
.black-top-section {
    margin-bottom: 140px;
}

.black-padding {
    padding: 120px 0;
}
  .section-eyebrow.black{
        font-size: 14px;
    }
.section-eyebrow {
    margin-bottom: 15px;
}

.vision-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.mission-para {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
    color: #FFFFFF;
}

/* black section start  */


/* principles section start  */
.principles-section .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
    margin-bottom: 60px;
}

.principles-wrapper {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.principles-wrapper .principles-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding-top: 17px;
    margin-bottom: 8px;
}

.principles-wrapper .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: normal;
    color: #6D6D6D;
    padding-right: 130px;
}

/* principles section end  */

/* drive us section start  */
.driveUs-section {
    margin-bottom: 70px;
}

.driveUs-section .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
}

.driveUs-section .principles-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--black);
    margin-bottom: 20px;
}

.driveUs-section .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
}


/* drive us section end  */
/* about cards start   */
.about-card {
    padding: 54px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 73px;
    /* max-width: 357px; */
    height: 100%;
}
.row > div:nth-child(1) .about-card, .row > div:nth-child(2) .about-card, .row > div:nth-child(3) .about-card {
    border-right: 1px solid rgba(228, 228, 228, 1);
}

.about-card .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
    margin-bottom: 5px;
}

.about-card .sub-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.18px;
    color: #6D6D6D;
}

.about-card .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6D6D6D;
    padding-right: 13px;
}

/* about cards end  */

/* champion cards start   */
.champion-section .section-eyebrow {
    margin-bottom: 24px;
}

.champion-section .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--black);
    margin-bottom: 16px;
}

.champion-section .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
    margin-bottom: 50px;
    padding-right: 15px;
}
.tech-img{
    padding-left: 58px;
}

/* champion cards end   */

/*Grid Container Start*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 1568px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1600px) {
    .grid-container {
        padding: 0 48px;
    }
}

.grid-item {
    padding: 40px 50px;
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 225px;
}

.review-card .heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing:  0;
    color: #FFFFFF;
}

.review-card .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: normal;
    color: #B6B6B6;
}

.grid-item:nth-child(1) {
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.grid-item:nth-child(2) {
    border-right: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.grid-item:nth-child(3) {

    border-bottom: 1px solid #323232;
}

.grid-item:nth-child(4) {
    border-right: 1px solid #323232;
}

.grid-item:nth-child(5) {
    border-right: 1px solid #323232;
}

/*Grid Container Start*/


/* -----Contact Tablet Css Start----- */
@media (max-width: 1023.98px) {

    .grid-sm {
        display: grid;
        grid-gap: 15px;
    }
    .about.grid-sm {
        grid-gap: 0px;
    }

    .black-top-section .row {
        display: flex;
        grid-gap: 91px;
    }

    .black-top-section .row > div {
        width: 50%;
    }

    /* our story section start  */
    .our-story .heading {
        font-size: 48px;
        line-height: 67px;
        letter-spacing: -1.5px;
        margin-bottom: 16px;
    }

    .our-story-images {
        margin-top: 50px;
    }

    /* our story section end  */
    /* black section start  */
    .black-top-section {
        margin-bottom: 90px;
    }

    .black-padding {
        padding: 90px 0;
    }

    .section-eyebrow {
        margin-bottom: 8px;
    }
  
    .mission-para, .vision-para {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    /* black section start  */
    /*Grid Container Start*/
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .grid-item:nth-child(1) {
        border-right: 1px solid #323232;
        border-bottom: 1px solid #323232;
    }

    .grid-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #323232;
    }

    .grid-item:nth-child(3) {
        border-right: 1px solid #323232;

        border-bottom: 1px solid #323232;
    }

    .grid-item:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid #323232;
    }

    .grid-item:nth-child(5) {
        border-right: 1px solid #323232;
    }

    .review-card {
        gap: 155px;
    }

    /*Grid Container Start*/
    /* principles section start  */
    .principles-section{
        /* margin-bottom: 20px; */
    }
    .principles-section .heading {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 40px;
    }

    .principles-wrapper .paragraph {
        margin-bottom: 30px;
        padding-right: 80px;
    }

    .principles-wrapper .paragraph.mb-0{
        margin-bottom: 0;
    }

    /* principles section end  */


    /* drive us section start  */
    .driveUs-section{
        margin-bottom: 0;
    }
    .driveUs-section .heading {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 15px;
    }
.about-card .paragraph {
    padding-right: 0;
}
    .driveUs-section .principles-heading {
        margin-bottom: 16px;
    }

    /* drive us section end  */


    /* about cards start   */
    .about-card {
        gap: 62px;
    }
    .row > div:nth-child(1) .about-card, .row > div:nth-child(2) .about-card, .row > div:nth-child(3) .about-card {
        border-right: 0;
    }

    .about-card .heading {
        font-size: 40px;
        line-height: 53px;
    }

    /* about cards end  */

    /* champion cards start   */
    .champion-section .section-eyebrow {
        margin-bottom: 20px;
    }

    .champion-section .heading {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 10px;
    }
    .champion-section .paragraph {
        padding-right: 50px;
    }
    .tech-img{
    padding-left: 0;
}

    /* champion cards end   */

}


@media (max-width: 767.98px) {
    .BW-mobile{
    display: block;
}
.BW-desktop{
    display: none;
}
    .grid-sm {
        display: block;
    }
    .grid-xs {
        display: grid;
        grid-gap: 15px;
    }

    /* our story section start  */
    .our-story .heading {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.72px;
        margin-bottom: 20px;
    }

    .story-heading {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
        margin-bottom: 16px;
    }

    .our-story .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .our-story-images {
        margin-top: 30px;
    }
    .our-story-images img {
        height: 100%;
        object-fit: cover;
    }

    /* our story section end  */

    .black-top-section .row {
        flex-direction: column;
        grid-gap: 40px;
    }

    .black-top-section .row > div {
        width: 100%;
    }

    /* black section start  */
    .black-top-section {
        margin-bottom: 30px;
    }

    .black-padding {
        padding: 120px 0;
    }

    .section-eyebrow {
        margin-bottom: 10px;
    }

    .mission-para, .vision-para {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    /* black section start  */

    /*Grid Container Start*/
    .black-padding {
        padding: 50px 0;
    }

    .review-card {
        gap: 50px;
        padding: 30px;
    }

    .review-card .heading {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    .review-card .paragraph {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    /*Grid Container Start*/

    /* principles section start  */
    .principles-section .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
.principles-wrapper {
    border-top: 1px solid transparent;
}
    .principles-wrapper:last-child{
        border-bottom: 1px solid rgba(228, 228, 228, 1);
    }

    .principles-wrapper.mobile-top-border{
        border-top: 1px solid rgba(228, 228, 228, 1);
    }




    .principles-wrapper .principles-heading {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .principles-wrapper .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .principles-wrapper .paragraph.mb-0 {
        margin-bottom: 30px;
    }

    /* principles section end  */

    /* about cards start   */
    .about-card {
        padding: 20px 0;
        gap: 20px;
    }
    .about-card .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }
    .about-card .sub-heading {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }
    .about-card .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        letter-spacing: normal;
    }
    .row > div:nth-child(1) .about-card {
        padding-top: 0;
    }
    .row > div:nth-child(2) .about-card, .row > div:nth-child(4) .about-card {
        flex-direction: column-reverse;
    }

    /* about cards end  */


    /* drive us section start  */
    .driveUs-section {
        margin-bottom: 0;
    }

    .driveUs-section .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-top: 0;
    }

    .driveUs-section .principles-heading {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        letter-spacing: 0px;
    }

    .driveUs-section .paragraph {
        font-size: 14px;
        line-height: 20px;
    }
    /* drive us section end  */

    /* champion cards start   */
    .champion-section .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }
    .champion-section .paragraph {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
        margin-bottom: 30px;
    }
    /* champion cards end   */
}