/* Partners/Trusted By Component */
.fintech_innovator{
  text-align: center;
  font-family: manrope;
  padding: 2rem 0rem;
}
.fintech_innovator h6{
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  }
.fintech_innovator p{
  margin-bottom: 0;
  color:var(--pink_dark);
}
.mf_landing .India_Trusted .card{
  border-radius: 8px;
  box-shadow: 0 0 7px rgb(0 0 0 / 5%);
  border: 1px solid rgb(0 0 0 / 4%);
  transition: .5s ease-out;
  height: 160px;
}
.India_Trusted .col-md-3:nth-child(1) .card{
  background-color: #FFEBFC;
}
.India_Trusted .col-md-3:nth-child(2) .card{
  background-color: var(--purple_light);
}
.India_Trusted .col-md-3:nth-child(3) .card{
  background-color: var(--teal_light);
}
.India_Trusted .col-md-3:nth-child(1) .card p{
  color:var(--pink_dark);font-weight:300;
}
.India_Trusted .col-md-3:nth-child(2) .card p{
  color:var(--purple_dark);font-weight:300;
}
.India_Trusted .col-md-3:nth-child(3) .card p{
  color:var(--teal_dark);font-weight:300;
}
.India_Trusted .fa-hand-holding-usd{
  color:var(--pink_medium)
}
.India_Trusted .fa-users{
  color:var(--purple_dark)
}
.India_Trusted .fa-handshake{
  color:var(--teal_dark)
}
