:root{
    font-size: 14px;
    /* overflow-x: hidden; */
}

.btn-outline, .btn-green{
    padding-inline: 30px;
    height: 55px;
}

/*####################################### Banner Fintech CSS#########################################*/

.fintech-banner-section {
    background: -webkit-linear-gradient(left, rgba(46, 150, 52, .02), transparent);
}
.main-banner-content{
    padding-left: 8%;
    padding-top: 10%;
}
.hence-forth-fintech-page h1{
    font-size: 3.5rem;
}
.hence-forth-fintech-page h1 span {
    background: -webkit-linear-gradient(right, #2E9634, #1E6222);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.hence-forth-fintech-page p{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2rem;
}
.fintech-banner-image {
    height: 100%;
    width: 100%;
}
.fintech-banner-image .hero-network {
    min-width: 1200px;
    position: absolute!important;
    top: 0;
    right: 0;
    z-index: -1;
}
.fintech-banner-image .hero-mobile {
    position: absolute!important;
    top: 25%;
    right: 0;
    max-width: 75%;
}
.fintech-banner-image .hero-card {
    position: absolute !important;
    top: 45%;
    right: 53.5%;
    max-width: 40%;
}
.fintech-banner-image .hero-fingerprint {
    position: absolute!important;
    top: 76%;
    right: 53%;
    max-width: 8%!important;
}

.fintech-banner-image .sign {
    position: absolute!important;
    max-width: 12%!important;
}
.fintech-banner-image .sign.hero-dollar {
    top: 33%;
    left: 9%;
}
.fintech-banner-image .sign.hero-rupees {
    top: 18%;
    left: 28%;
}
.fintech-banner-image .sign.hero-exchange {
    top: 73.6%;
    right: 85.7%;
}
.fintech-banner-image .sign.hero-euro {
    top: 40%;
    right: 12%;
}
.fintech-banner-image .sign.hero-crypto {
    width: 7%;
    top: 30%;
    right: 25%;
}
.fintech-banner-image .sign.hero-pound {
    width: 8%;
    bottom: -20%;
    left: 16%;
}

.fintech-banner-image .statistic{
    position: absolute;
    width:18%;
    bottom: -10%;
    left: -20%;
}
.fintech-banner-image .statistic-1{
    width: 25%;
    bottom: -85%;
   left: -40%;
}










/*################################# Finetch Pages Layers :- Counter ##################################*/
.fintech-bg-layers {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70px;
}

.fintech-bg-layers::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/fintech/fintech-layers.png") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.build-fintech-marketplace-card {
    background: #FFFFFF;
    height: 100%;
    padding: 20px 45px 35px 45px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: 1px solid;
    border-top: 4px solid;
    border-color: #EAF9FF;
}
.build-fintech-marketplace-card h5{
    font-size: 4.2rem;
    font-weight: 700;
    line-height: unset;
}
.build-fintech-marketplace-card p span{
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* card of countdown */
.build-fintech-marketplace-card.card-1{
    border-color: #EAF9FF;
}
.build-fintech-marketplace-card.card-2{
    border-color: #F4F1FF;
}
.build-fintech-marketplace-card.card-3{
    border-color: #FFEFF6;
}
.build-fintech-marketplace-card.card-4{
    border-color: #DFFBEA;
}

/* headings of countdown */
.build-fintech-marketplace-card.card-1 h5{
    background: -webkit-linear-gradient(right, #00C6FF, #0072FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.build-fintech-marketplace-card.card-2 h5{
    background: -webkit-linear-gradient(right,  #F09819, #FF512F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.build-fintech-marketplace-card.card-3 h5{
    background: -webkit-linear-gradient(right, #00FFD6, #02AAB0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.build-fintech-marketplace-card.card-4 h5{
    background: -webkit-linear-gradient(right, #04EA6F, #00D563);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/*################################# fintech-function-app : accordation #############################*/
.fintech-function-app {
    padding-top: 160px;
    position: relative;
}
.fintech-function-app-heading {
    position: sticky;
    top: 170px;
}
.fintech-function-app-heading h3 {
    font-size: 2.9rem;
}
.fintech-function-app-heading h3 span {
    background: linear-gradient(226.69deg, #F09819 0%, #FF512F 100%);
    /* background: -webkit-linear-gradient(right,  #F09819, #FF512F); */
}

.fintech-function-app .accordion-body p {
    padding-left: 57px;
}

.fintech-function-app .accordion-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #212529;
    background-color: transparent;
    padding: 20px 12px;
    display: flex;
    column-gap: 15px;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.fintech-function-app .accordion-button::after {
    display: none;
}

.fintech-function-app .accordion-item {
    border-inline: 0;
    border-block: none!important;
}

.fintech-function-app .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}

.fintech-function-app-icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}
.fintech-function-app .accordion-item:not(:first-of-type) {
    border-top: 0 !important;
}

.fintech-function-app .accordion-item {
    /* border-block: 1px solid #E5E5E5 !important; */
    border-bottom: 1px solid #e5e5e5!important;
    background-color: transparent !important;
}


/*#################################  Fintech slider ##################################*/
.blockcahin-projects{
    position: relative;
}
.blockcahin-projects-image img {
    width: 80%;
}
.blockcahin-elipes-bg {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -2;
}
.slick-next, .slick-prev{
    border: 2px solid #dbdbdb !important;
}
.blockcahin-projects .slick-prev:before {
    content: "Prev" !important;
    color: black;
    top: 10px;
    left: 50px;
    position: absolute;
    font-weight: 500;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 14px !important;
}



.blockcahin-projects .slick-next:before {
    content: "Next" !important;
    color: rgb(0, 0, 0);
    top: 10px;
    left: 50px;
    position: absolute;
    transform: rotate(180deg);
    font-weight: 500;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 14px !important;
}



.blockcahin-projects .slick-prev {
    left: 44% !important;
    top: 90%!important;
    /* z-index: 40; */
}

.blockcahin-projects .slick-next {
    top: 90% !important;
    right: 40% !important;
    /* z-index:   10000; */
}



/*#################################  beauty app Development ##################################*/
.unique-fintech-app {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/fintech/unique-bg.jpg") center/cover no-repeat padding-box;
    padding-top: 120px;
    position: relative;
}

.unique-fintech-app::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: transparent url("../images/fintech/fintech-layers.png") center/cover no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.unique-fintech-app img.unique-circle-bg {
    position: absolute;
    bottom: 15%;
    left: 0;
}

.unique-fintech-app-heading{
    margin-bottom: 3rem;
}
.unique-fintech-app-heading h3{
    font-size: 2.9rem;
}
.unique-fintech-app-heading h3 span {
    background: linear-gradient(to left, #EA52F8, #0066FF);
}
.unique-fintech-app-heading p{
    /* font-size: 2.9rem; */
    margin-top: 1.5rem;
}
.unique-fintech-app-card {
    border-radius: 16px;
    height: 100%;
    /* padding: 80px 25px 30px 25px; */
    padding: 18% 6% 4% 6%;
    position: relative;
    cursor: pointer;
    background: transparent url("../images/fintech/unique-card-bg.png") center/cover no-repeat padding-box;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}

.unique-fintech-app-image {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-fintech-app-card .imgbox {
    width: 95px;
    height: 95px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 25px;
}
.unique-fintech-app-card .imgbox img{
    width: 50px;
}
.unique-fintech-app-card h5{
    font-weight: 700;
    color: #000;
}
.unique-fintech-app-card p{
    padding-top: .5rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
}


/* why-choose-us  start*/

.why-choose-us-heading h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.why-choose-us-card {
    background: #ffffff;
    box-shadow: 10px 16px 32px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    height: 100%;
    padding: 25px;
    position: relative;
}
/* .why-choose-us-image{
    display: flex;
    justify-content: center;
} */
.why-choose-us-image .img-bg {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.027);
}
.why-choose-us-image .img-bg img{
    opacity: 1;
}

.why-choose-us-custom:not(:nth-child(3)),
.why-choose-us-custom:not(:nth-child(4)) {
    margin-bottom: 30px;
}

.why-choose-us-image .img-bg-1 {
    background: linear-gradient(226.69deg, hsla(216, 100%, 50%, 0.065) 100%, hsl(295, 92%, 65%) 100%);
}
.why-choose-us-image .img-bg-2 {
    background: linear-gradient(226.69deg, hsla(35, 88%, 52%, 0.120) 100%, hsl(54, 100%, 65%, 1) 100%);
}
.why-choose-us-image .img-bg-3 {
    background: linear-gradient(226.69deg, hsla(10, 100%, 59%, 0.125) 100%, hsl(35, 88%, 52%) 100%);
}
.why-choose-us-image .img-bg-4 {
    background: linear-gradient(226.69deg, hsla(101, 96%, 61%, 0.15) 100%, hsl(183, 81%, 35%, 1) 100%);
}
.why-choose-us-image .img-bg-5 {
    background: linear-gradient(226.69deg, hsla(14, 100%, 80%, 0.095) 10%, hsla(345, 100%, 52%, 0.095) .50%);
}
.why-choose-us-image .img-bg-6 {
    background: linear-gradient(226.75deg, hsla(170, 100%, 50%, 0.096) 100%, hsl(182, 98%, 35%, 0.096) 100%, hsl(182, 98%, 40%) 100%);
}

/*################################# benefits Start ##################################*/
.benefits {
    position: relative;
}
.benefits .benefits-elipes-bg-1 {
    position: absolute;
    right: 0;
    top: -100%!important;
    z-index: -2;
}
.benefits .benefits-elipes-bg-2 {
    position: absolute;
    left: 0;
    top: -30%;
    z-index: -2;
}

.benefits-content h3 span{
    background: -webkit-linear-gradient(#FF512F, #F09819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .single-course-heading{
      background: #FFFFFF;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
      padding: 15px 15px 15px 25px;
      border-left: 3px solid #00D56380;
      border-radius: 2px;
  }
  .benefits-content{
      max-width: 90%;
  }
  .benefits-content p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .single-course-heading h4{
      font-size: 16px;
      text-align: center;
      font-weight: 500;
  }
/*#################################  benefits End ##################################*/
  
.Job-guarnated {
    position: relative;
}

.Job-guarnated-main{
    background-image: url('https://staging.henceforthsolutions.com/wp-content/uploads/2024/02/get-in-touch-bg.png');
    background-size: cover;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.Job-guarnated .Job-guarnated-main{
    position: relative;
    min-height: 400px;
}
.Job-guarnated-main h3 {
    color: #fff;
}
.Job-guarnated .job-bg {
    width: 100%;
    height: 100%;
    align-self: center;
    /* background-color: #0000005b; */
    background:  url('https://staging.henceforthsolutions.com/wp-content/uploads/2024/02/get-in-touch-bg-2.png');
    position: absolute;
    top: 0;
    left: 0%;
    background-size:cover;
        -webkit-animation: slidein 9s;
        animation: slidein 9s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;      
}

@-webkit-keyframes slidein {
    from {background-position: top; background-size:3000px; }
    to {background-position: -100px 0px;background-size:2750px;}
    }
    
    @keyframes slidein {
    from {background-position: top;background-size:3000px; }
    to {background-position: -100px 0px;background-size:2750px;}
    
    }
/*#################################  Job Guranted End ##################################*/



/*#################################  .advance-tech  Start ##################################*/

   .advance-tech {
    width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
   }
   .advance-tech .advance-tech-elipes-bg {
    position: absolute;
    left: 0;
    top: -20%;
    z-index: -2!important;
}



   .advance-tech-heading {
        padding: 0 10%;
   }
    .advance-tech h2 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .advance-tech h2 span{
        background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .advance-tech-box{
        min-height: 280px;
        background: #ffffff;
        border: 1px solid hsla(0, 0%, 90%, 1);
        border-radius: 10px;
        padding: 25px;
        color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        position: relative;
        outline: none;
    }
    .advance-tech-box:hover{
        border: none;
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.18);
    }
    .advance-tech-box h4{
        font-size: 20px;
    }
    .advance-tech-icon{
        width: 75px;
        height: 75px;
        background-color: #00FFD6;
        border-radius: 50%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
    }
    .advance-tech-icon img {
        width: 75%;
        height: 75%;
        align-self: center;
        padding: 10px;
    }
    p.advance-tech-box-description{
        font-size: 14px;
    }
    .advance-tech-icon.international-clients-icon{
        background: linear-gradient(268.84deg, #EA52F8 0%, #0066FF 100%);
    } 
    .advance-tech-icon.job-icon{
        background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
    } 
    .advance-tech-icon.in-house-icon{
        background: linear-gradient(46.19deg, #FF512F 5.66%, #F09819 94.35%);
    } 
    .advance-tech-icon.live-projects-icon{
        background: linear-gradient(233.54deg, #79FB3C 32.69%, #119DA4 93.81%);
    } 
    .advance-tech-icon.pvt-icon{
        background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
    } 
    .advance-tech-icon.training-icon{
        background: linear-gradient(46.19deg, #CAC531 5.66%, #F3F9A7 94.35%);
    } 

/*#################################  .advance-tech End ##################################*/

/*################################# .development-process-app : accordation  Start#############################*/
.development-process-app {
    width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
   }
   .development-process-app .development-process-elipes-bg {
    position: absolute;
    left: 0;
    top: -50%;
    z-index: -2;
}
.development-process-app  .development-process-elipes-bg-2 {
    position: absolute;
    left: 0;
    bottom: -80%;
    z-index: -2;
}

   .development-process-heading {
        padding: 0 10%;
   }
   .development-process-heading h3 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .development-process-app h3 span{
        background: linear-gradient(226.69deg, #FFB199 0%, #FF0844 100%);
        -webkit-background-clip: text!important;
        -webkit-text-fill-color: transparent!important;
      }
      .development-process-app p {
        font-size: 1.1rem;
        line-height: 2rem;
      }

.development-process-app .accordion-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #212529;
    background-color: transparent;
    /* padding: 20px 12px; */
    display: flex;
    column-gap: 15px;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.development-process-app .accordion-button::after {
    display: none;
}
.development-process-app .accordion-item {
    padding:10px 0px 2px 20px;
   margin-bottom: 1rem;
   border: none!important;
    background-color: #FBF2D3 !important;
}

.development-process-app .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}
.development-process-app .accordion-button:not(.collapsed) i{
    transform: rotate(180deg) !important;
}
.development-process-app .accordion-button:not(.collapsed) span {
    font-size: 1.6rem;
}
.development-process-app .accordion-button.collapsed span {
    font-size: 1.4rem;
}
.development-process-app-icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}
.development-process-app .accordion-item:not(:first-of-type) {
    border-top: 0 !important;
}
.development-process-app .accordion-item.accordion-item-1 {
    background-color: #FBF2D3 !important;
}
.development-process-app .accordion-item.accordion-item-2 {
    background-color: #E1F6FC !important;
}
.development-process-app .accordion-item.accordion-item-3 {
    background-color: #FEEDE5 !important;
}
.development-process-app .accordion-item.accordion-item-4 {
    background-color: #EAE3FE !important;
}
.development-process-app .accordion-item.accordion-item-5 {
    background-color: #D3FBD5 !important;
}

.development-process-img  img{
    --angle: 0deg;
    width: 90%;
    display: flex;
    align-self: flex-end;
    border: 10px solid #F09819; 
    border-image-source: linear-gradient(226.69deg, #F09819 5.66%, #FFED4E 94.35%)1;
    border-radius: 237px;
    margin-left: 10%;
}

/*################################# Development Process End ##################################*/
/*################################# Top Tools End ##################################*/

.top-tools h3 span {
    background: linear-gradient(233.54deg, #79FB3C 32.69%, #119DA4 93.81%);
}

.top-tools .nav-pills .nav-link {
    display: block;
    padding: 12px 12px;
    text-decoration: none;
    transition: unset !important;
    background: linear-gradient(180deg, #04EA6F10 0%, #00D56310 100%) !important;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #212529;
    white-space: nowrap;
}

.top-tools .nav-pills .nav-link.active,
.top-tools .nav-pills .nav-link:hover {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%) !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: #fff;
}

.top-tools-card {
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.postmats-app-features .active .postmats-app-features-text-box{
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    transition: all 0.5 ease-in-out;
    color:#fff !important;

}
.postmats-app-features .active p
{
    color:#fff!important;
}
.toop-tools-img-bg {
    width: 100px;
    height: 100px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}



/*################################# Top Tools End ##################################*/










/*#################################  expand-beauty-app ##################################*/
.expand-beauty-app-bg {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(46.19deg, #F09819 5.66%, #FFED4E 94.35%);
    border-radius: 16px;
}





.cus-about-company,
.cus-best-company {
    position: relative;
}

.cus-about-company::before {
    position: absolute;
    content: '';
    top: -30%;
    left: 0%;
    width: 100%;
    background-image: url('../images/digital/about-1-before.webp');
    background-size: cover;
    height: 100%;
    z-index: -1;
}

.cus-best-company::before {
    position: absolute;
    content: '';
    top: 30%;
    left: 0%;
    width: 100%;
    background-image: url('../images/digital/about-2-before.webp');
    background-size: cover;
    height: 100%;
    z-index: -1;
}




/*################################# Innovative technologies ##################################*/
.powerfull-admin-beauty-app-heading h3 span {
    background: linear-gradient(226.75deg, #00FFD6 0%, #02AAB0 100%, #02C1C8 100%);
}

.powerfull-admin-beauty-app-card {
    padding: 20px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}



/*################################# beauty-services-cta ##################################*/
.beauty-services-cta-bg {
    width: 100%;
    position: relative;
    margin-top: 100px;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
    border-radius: 16px;
}

.beauty-services-cta-bg::before {
    position: absolute;
    content: '';
    background-image: url('../images/beauty/cta-image.png');
    width: 392px;
    height: 492px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 3%;
}





/*################################# Advantages beauty app ##################################*/
.client-requirements-beauty-app-heading h3 span {
    background: linear-gradient(180deg, #04EA6F 0%, #00D563 100%);
}

.client-requirements-beauty-app-card {
    background: #FFFFFF;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    height: 100%;
    padding: 20px 18px;
}

/*################################# special-fetaures-beauty-app ##################################*/
.special-fetaures-beauty-app {
    background: #0E110F;
}

.special-fetaures-beauty-app-card {
    border: 1.5px solid #87898B;
    border-radius: 12px;
    padding: 30px;
}

/*################################### best-beauty-app-development-image ####################################*/
.best-beauty-app-development-content h3 span {
    background: linear-gradient(282.84deg, #00C6FF 18.56%, #0072FF 81.44%);
}

.best-beauty-app-development-card {
    border-radius: 12px;
    height: 100%;
    padding: 25px;
    text-align: center;
}

.best-beauty-app-development-custom:nth-child(1) .best-beauty-app-development-card {
    background: #FAE3ED;
}

.best-beauty-app-development-custom:nth-child(2) .best-beauty-app-development-card {
    background: #EBD1EE;
}

.best-beauty-app-development-custom:nth-child(3) .best-beauty-app-development-card {
    background: #D3F5F7;
}

.best-beauty-app-development-custom:nth-child(4) .best-beauty-app-development-card {
    background: #C4E9D7;
}