.bg__gray {
    background: #f7f7f7;
}



/* ------ Hero section start ------ */
.hero-section-padding {
    padding: 110px 0
}
.hero-section-heading-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
}
.hero-section-heading-wrapper .heading{
    font-weight: 400;
    font-size: 108px;
    line-height: 115px;
    letter-spacing: -5px;
    color: #ffff;
}
.hero-section-heading-wrapper .subtitle{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #ffff;
}
.hero-section-heading-wrapper .paragraph{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #B6B6B6;
    margin-bottom: 20px;
}
.btn-group {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start
}
.btn-home {
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #ffff;
}
.button-orange {
    background-color: #F9452D;
    border-color: #F9452D;
}
.button-orange:hover {
    background: #fff;
    color: #000000;
    border-color: #fff;
}
.button-outline {
    border-color: #e4e4e4;
    background: transparent;
    color: #FFFFFF;
}
.button-outline:hover {
    background: #FFFFFF;
    color: #000000;
}
.hero-image__wrapper {
    position: relative;
}
.hero-image__wrapper img {
    width: auto;
    border-radius: 8px
}
.play-button{
    position: absolute;
    width: 44px;
    height: 44px;
    display: flex;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
/* ------ Hero section end ------ */




/* ----------Organizations Service Start ----------*/
.organizations-services .organizations-services-header {
    text-align: center;
}
.organizations-services .organizations-services-header .title{
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.75px;
    margin-bottom: 16px;
    color: #000000;
}
.organizations-services .organizations-services-header .desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #6D6D6D;
}

/*---------- Organizations Service End ----------*/



/* ----------Logo Carousel ----------*/
.carousel {
    --speed: 15s;
    --gap: 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}
.carousel::before,
.carousel::after {
    content: '';
    position: absolute;
    inset-block: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
}
.carousel::before { left: 0;  background: linear-gradient(to right, #fff, transparent); }
.carousel::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }

.carousel__track {
    display: flex;
    align-items: center;
    gap: var(--gap);
    padding-block: 12px;
    animation: carousel-scroll var(--speed) linear infinite;
    will-change: transform;
}
.carousel__track:hover { animation-play-state: paused; }

.carousel__item { flex-shrink: 0; display: flex; align-items: center; }

@keyframes carousel-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(var(--_set-w, -2000px)); }
}

/*----------Logo Carousel ----------*/


/*-----------Trusted Section cards Desktop Start-----------*/

.trusted-section__services {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 31px;
}
.service-card {
    padding: 37px 43px 0 35px;
    border: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--bc-white)
}
.service-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 6px
}
.service-card__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #6D6D6D;
}
.service-card__visual {
    width: 100%;
    aspect-ratio: 1 / 1;
}
.service-card__visual dotlottie-wc {
    width: 100%;
    height: 100%;
}
.trusted-section__services .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 8px;
    margin-top: 20px
}
.trusted-section__services .owl-dots .owl-dot {
    --size: 8px;
    width: var(--size);
    height: var(--size);
    border: 1px solid #000 !important;
    border-radius: 100% !important
}
.trusted-section__services .owl-dots .owl-dot.active {
    background-color: #000000 !important;
}

/*-----------Trusted Section cards Desktop End-----------*/


/* ----------- Service hover section start ---------- */

.services-hovered-wrapper {
    background: #f3f3f3;
}

.services-hovered-wrapper .services-hovered-header {
    margin-bottom: 60px;
}

.services-hovered-wrapper .services-hovered-header .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
}

.services-hovered-wrapper .services-hovered-header .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D;
}


/* ----------- Base Service Item Styling ---------- */
.services-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-item {
    background: #e4e4e4;
    padding: 40px 60px;
    overflow: hidden;
    transition: background 0.5s ease;
}

.service-item-header .heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #6D6D6D;
    transition: color 0.5s ease;
}

.service-item-header .paragraph {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #b6b6b6;
    /*margin-top: 0; !* Control margin inside the wrapper *!*/
    height: 0;
}

.service-list {
    list-style: none;
    padding-left: 60px;
    border-left: 1px solid #6D6D6D;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-list li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #b6b6b6;
    transition: color 0.3s ease;
    text-decoration: none;
}

.service-list li a:hover {
    color: #F9452D;
}

/* ----------- The Magic Grid Animation ---------- */

/* 1. Set the wrappers as grids collapsed to 0fr */
.paragraph-wrapper,
.list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.5s ease, opacity 0.3s ease;
}

/* 2. Direct children MUST have overflow: hidden for the 0fr trick to work */
.paragraph-wrapper > *,
.list-wrapper > * {
    overflow: hidden;
}

/* ----------- Active State ---------- */

/* 3. Expand to 1fr (auto height) smoothly */
.service-item.active .paragraph-wrapper,
.service-item.active .list-wrapper {
    grid-template-rows: 1fr;
    opacity: 1;
}

.service-item.active {
    background-color: #000000;
}

.service-item.active .service-item-header .paragraph {
    height: auto;
}
.service-item.active .service-item-header .heading {
    margin-bottom: 8px;
}

.service-item.active .heading {
    color: #ffffff;
}

/* ----------- Service hover section End ---------- */


/* ------ pattern img start ------ */

.white-black-img{
    margin-bottom: -10px;
}
.white-black-dektop{
    display: block;
    height: 175px;
}
.white-black-tablet{
    display: none;
}
.white-black-mobile{
    display: none;
}

/* ------ pattern img End ------ */

/* Rare partner FAQ section start */
.rare-partner-section{
    padding-top: 22px;
}
.rare-partner-section .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 16px;
    color: #ffff;
}
.rare-partner-section .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 40px;
    color: #B6B6B6;
}
.faq-item{
    border-bottom: 1px solid #323232;
}
.question-text {
    color: white;
}
.faq-answer p{
    color: #B6B6B6;
}
/* Rare partner FAQ section end */





/* ----------- Proven by the Market Desktop Start----------*/

.market-proven-header {
    text-align: center;
    margin-bottom: 60px;
}

.market-proven-header .section-title {
    display: inline-block;
    text-transform: uppercase;
    color: #F9452D;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 20%;
}

.market-proven-header .section-heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.market-proven-header .section-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #6D6D6D;
}
/* Product Cards */
.product-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card .lottie-thumbnail{
    /*height: 250px;*/
    border-radius: 10px;
    margin-bottom: 24px;
}

.card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    letter-spacing: -0.18px;
    color: #000;
    position: relative;
}
.card-title::after {
    content: "";
    display: inline-block;
    background-image: url("https://stg.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/Home/icons/arrow-go.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    vertical-align: middle;
    opacity: 0;
}
.product-link:hover .card-title::after {
    opacity: 1;
}

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

/* ----------- Proven by the Market Desktop End----------*/

/* -----------Reviews Section Start -----------*/

.review-strip {
    border-bottom: 1px solid #e4e4e4;
}

.review-strip-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.review-strip__item {
    padding: 60px 20px 40px 20px;
    border-right: 1px solid #e4e4e4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
}

.review-strip__item:last-child {
    border-right: none
}
.review-strip__item:first-child {
    padding-left: 0;
}

.review-strip__value {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -0.18px;
}

.review-strip__label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6D6D;
}

.review-strip__item img {
    max-width: 197px;
    height: auto;
}
/*-----------Reviews Section End -----------*/

@media (max-width: 1024px) {
    /* ------ Hero section start ------ */
    .hero-grid {
            display: grid;
        }
    
        .hero-section-padding {
            padding: 60px 0
        }
    
        .hero-section-heading-wrapper {
            gap: 16px;
        }
    
        .hero-section-heading-wrapper .heading {
            font-size: 48px;
            line-height: 67px;
            letter-spacing: -1.5px;
        }
    
        .hero-section-heading-wrapper .subtitle {
            font-size: 20px;
            line-height: 26px;
            letter-spacing: 0px;
        }
    
        .hero-section-heading-wrapper .paragraph {
            font-size: 16px;
            margin-bottom: 15px;
            padding-right: 60px;
        }
    
        .btn-home {
            padding: 10px 20px;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }
    
        .hero-image__wrapper img {
            width: 200px;
        }
    
        .play-button {
            width: 32px;
            height: 32px;
        }
    
        .pause-icon {
            width: 6px;
            height: 8px;
        }
    
        /* ------ Hero section end ------ */

    /* ----------Organizations Service Start ----------*/
    .organizations-services .organizations-services-header .title{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .organizations-services .organizations-services-header .desc{
        font-size: 16px;
    }

    /*---------- Organizations Service End ----------*/

    /* ----------Logo Carousel ----------*/
    .carousel {
        padding: 0;
    }


    /*----------Logo Carousel ----------*/


        /*-----------Trusted Section cards Desktop Start-----------*/

    .trusted-section__services {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .service-card {
        padding: 30px;
        min-height: 485px
    }

 
    .service-card__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.18px;
        /* margin-bottom: 10px */
    }

    .service-card__description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 60px
    }

    .trusted-section__services.owl-carousel .owl-item .thumbnail {
        height: 500px;
        width: 100% !important
    }
/*-----------Trusted Section cards Desktop end-----------*/



    /* ----------- Service hover section start ---------- */
    .service-item .row {
        display: grid;
    }

    .service-item .row .offset_9_end {
        grid-column-start: 7;
        grid-column-end: 13;
    }

    .services-hovered-wrapper .services-hovered-header {
        margin-bottom: 40px;
    }
    .services-hovered-wrapper .services-hovered-header .heading {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.65px;
    }

    .services-hovered-wrapper .services-hovered-header .desc {
        font-size: 16px;
        line-height: 25px;
    }


    /* ----------- Base Service Item Styling ---------- */

    .service-item {
        padding: 40px 35px;
    }

    .service-item-header .heading {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
    }

    .service-item-header .paragraph {
        font-size: 16px;
        line-height: 25px;
    }
    .service-list li a {
        letter-spacing: -0.18px;
    }

    /* ----------- Service hover section End ---------- */


    /* ----------- Proven by the Market Desktop Start----------*/

    .market-proven-header {
        margin-bottom: 50px;
    }

    .market-proven-header .section-title {
        font-size: 14px;
        line-height: 20px;
    }

    .market-proven-header .section-heading {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
        letter-spacing: -0.65px;
    }

    .market-proven-header .section-text {
        font-size: 20px;
        line-height: 26px;
        color: #6D6D6D;
    }


    /* Product Cards */

    .product-card-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .product-card .lottie-thumbnail{
        height: auto;
        margin-bottom: 10px;
    }

    .card-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 7px;
        letter-spacing: normal;

    }


    /*Reviews Section Start*/
    .review-strip {
        border-bottom: 0;
    }
    .review-strip-grid {
        gap: 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .review-strip .custom-container{
        padding: 0;
    }

    .review-strip__item {
        padding: 60px 20px 30px 48px;
    }
    .review-strip__item:nth-child(3){
        border-right: 0;
    }
    .review-strip__item:nth-child(1),
    .review-strip__item:nth-child(2),
    .review-strip__item:nth-child(3){
        border-bottom: 1px solid #e4e4e4;
    }

    .review-strip__item:nth-child(4),
    .review-strip__item:nth-child(5),
    .review-strip__item:nth-child(6){
        border-bottom: 0;
    }

    .review-strip__item:last-child {
        border-right: none
    }
    .review-strip__item:first-child {
        padding-left: 48px;
    }

    .review-strip__value {
        font-size: 40px;
        line-height: 53px;
        letter-spacing: -1.5px;
    }

    .review-strip__label {
        font-size: 16px;
        line-height: 25px;
        max-width: 136px;
        min-height: 50px;
    }
    /*Reviews Section End*/

    /* ----------- Proven by the Market Desktop End----------*/


    /* ----------- Testimonial Home Page Carousel Start----------*/
    .testimonial-carousel.owl-carousel .owl-item .thumbnail-desktop{
        display: none;
    }
    .testimonial-carousel.owl-carousel .owl-item .thumbnail-tablet{
        display: none;
    }
    .testimonial-carousel.owl-carousel .owl-item .thumbnail-mobile{
        width: 100%;
    }
    .testimonial-carousel.owl-carousel .owl-item img {
        width: auto;
    }

    .testimonial-carousel .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 8px;
        margin-top: 20px
    }
    .testimonial-carousel .owl-dots .owl-dot {
        --size: 8px;
        width: var(--size);
        height: var(--size);
        border: 1px solid #000 !important;
        border-radius: 100% !important
    }
    .testimonial-carousel .owl-dots .owl-dot.active {
        background-color: #000000 !important;
    }


    /* Make owl items equal height */
    .testimonial-carousel .owl-stage {
        display: flex;
    }

    .testimonial-carousel .owl-item {
        display: flex;
        height: auto;
    }

    /* Make slide wrapper full height */
    .testimonial-carousel .owl-item .row {
        display: flex;
        width: 100%;
    }

    /* Equal height cards */
    .testimonial-carousel .video-card,
    .testimonial-carousel .card-wrapper {
        height: 100%;
        width: 100%;
    }

    /* Ensure columns stretch */
    .testimonial-carousel .col-xs-12,
    .testimonial-carousel .col-sm-6,
    .testimonial-carousel .col-lg-3,
    .testimonial-carousel .col-lg-9 {
        display: flex;
        flex: 1;
    }
    /* ----------- Testimonial Home Page Carousel End----------*/

    /* ------ pattern img start ------ */

    .white-black-dektop{
        display: none;
    }
    .white-black-tablet{
        display: block;
    }
    .white-black-mobile{
        display: none;
    }
    /* ------ pattern img End ------ */



    /* Rare partner FAQ section start */
    .rare-partner-section{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .rare-partner-section .heading{
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
        letter-spacing: -0.65px;
    }
    .rare-partner-section .paragraph{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 24px;
        padding-right: 0;
    }
    /* Rare partner FAQ section end */

}


@media (max-width: 767.98px) {
        /* ------ Hero section start ------ */
.hero-grid {
        display: block;
    }

    .hero-section-padding {
        padding: 50px 0
    }

    .hero-section-heading-wrapper {
        gap: 24px;
    }

    .hero-section-heading-wrapper .heading {
        line-height: 47px;
        letter-spacing: -2.2px;
    }

    .hero-section-heading-wrapper .subtitle {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        padding-right: 45px;
    }

    .hero-section-heading-wrapper .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .hero-section-padding .align-content-end {
        align-content: center;
    }

    .hero-section-padding .justify-items-end {
        justify-items: center;
    }

    .hero-image__wrapper {
        margin-top: 50px;
        width: 100%;
    }

    .hero-image__wrapper img {
        width: 100%;
    }

    .play-button {
        width: 44px;
        height: 44px;
    }

    .pause-icon {
        width: 8px;
        height: 10px;
    }
        /* ------ Hero section end ------ */


    /* ----------Organizations Service Start ----------*/
    .organizations-services .organizations-services-header .title{
        font-size: 16px;
        line-height: 22px;
    }
    .organizations-services .organizations-services-header .desc{
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
    }

    /*---------- Organizations Service End ----------*/

    /* ----------Logo Carousel ----------*/
    .carousel {
        padding: 0;
    }


    /*----------Logo Carousel ----------*/

    /* ----------- Proven by the Market Desktop Start----------*/

    .market-proven-header {
        margin-bottom: 30px;
    }
    .market-proven-header .section-title {
        margin-bottom: 12px;
    }

    .market-proven-header .section-heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }

    .market-proven-header .section-text {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
    }


    /* Product Cards */

    .product-card-grid {
        gap: 30px;
    }

    .card-title {
        font-size: 16px;
        line-height: 22px;
    }
    .card_desc {
        font-size: 14px;
        line-height: 20px;
    }

    /* ----------- Proven by the Market Desktop End----------*/

    /* ----------- Service hover section start ---------- */
    .service-item .row {
        display: block;
    }

    .service-item .row .offset_9_end {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .services-hovered-wrapper .services-hovered-header {
        margin-bottom: 30px;
    }
    .services-hovered-wrapper .services-hovered-header .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-bottom: 10px;
    }

    .services-hovered-wrapper .services-hovered-header .desc {
        font-size: 14px;
        line-height: 20px;
    }


    /* ----------- Base Service Item Styling ---------- */

    .service-item {
        padding: 20px;
    }

    .service-item-header .heading {
        font-size: 16px;
        line-height: 22px;
    }

    .service-item-header .paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    .service-list {
        padding-left: 0;
        border-left: 0;
        /*border-top: 1px solid #6D6D6D;*/
        /*margin-top: 15px;*/
        /*padding-top: 15px;*/
        /*margin: 0;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        /*gap: 8px;*/
    }

    .service-list::before {
        content: "";
        display: block;
        width: 100%;

        /* 1. The space above the border (your old margin-top) */
        margin-top: 15px;

        /* 2. The border itself */
        border-top: 1px solid #6D6D6D;

        /* 3. The space below the border (7px + 8px flex gap = 15px total) */
        padding-bottom: 7px;
    }

    /*.service-item.active .service-list {*/
    /*    margin-top: 15px;*/
    /*    padding-top: 15px;*/
    /*}*/

    .service-list li a {
        letter-spacing: normal;
        font-size: 14px;
        line-height: 20px;
    }

    /* ----------- Service hover section End ---------- */

    /*Reviews Section Start*/
    .review-strip-grid {
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .review-strip .custom-container{
        padding: 0;
    }

    .review-strip__item {
        padding: 40px 30px 40px 20px;
        border-right: 0;
    }

    .review-strip__item img{
        width: 90%;
        height: auto;
    }

    .review-strip__item:nth-child(1),
    .review-strip__item:nth-child(3),
    .review-strip__item:nth-child(5)
    {
        border-right: 1px solid #e4e4e4;
    }

    .review-strip__item:nth-child(4){
        border-bottom: 1px solid #e4e4e4;
    }

    .review-strip__item:nth-child(5),
    .review-strip__item:nth-child(6){
        border-bottom: 0;
    }

    .review-strip__item:first-child {
        padding-left: 20px;
    }

    .review-strip__value {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -2%;
    }

    .review-strip__label {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        min-height: 40px;
    }
    /*Reviews Section End*/

    /*-----------Trusted Section cards Desktop Start-----------*/

   .trusted-section__services {
        display: block
    }

    .service-card {
        padding: 20px;
        min-height: 446px
    }
    .service-card__title {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .service-card__description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 40px
    }
/*-----------Trusted Section cards Desktop end-----------*/
    /* ------ pattern img start ------ */

    .white-black-dektop{
        display: none;
    }
    .white-black-tablet{
        display: none;
    }
    .white-black-mobile{
        display: block;
    }
    /* ------ pattern img End ------ */

    /* Rare partner FAQ section start */
    .rare-partner-section{
        padding-top: 25px;
    }
    .rare-partner-section .heading{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
        letter-spacing: -0.56px;
    }
    .rare-partner-section .paragraph{
        font-size: 14px;
        line-height: 20px;
    }
    /* Rare partner FAQ section end */
}