• How To Activate SBI Debit Card
    How To Activate SBI Debit Card

    How To Activate An SBI Debit Card?

    The State Bank of India is the largest bank in India in terms of revenue and network. It provides banking services to both individuals and businesses. Additionally, the bank offers credit cards and mutual funds. As a result, a substantial portion of the bank's client tele consists of bank account holders, who also have access…

    Arnab Mohapatra

    7 minutes
  • How To Activate SBI Debit Card
    How To Activate SBI Debit Card

    How To Activate An SBI Debit Card?

    The State Bank of India is the largest bank in India in terms of revenue and network. It provides banking services to both individuals and businesses. Additionally, the bank offers credit cards and mutual funds. As a result, a substantial portion of the bank's client tele consists of bank account holders, who also have access…

    Arnab Mohapatra

    7 minutes
/* -- The root styles must go in the element of the structure with the name "Card". --*/

.card-wpfy-blog__wrapper{
  &:first-child{
    grid-column: 1 / -1;

    .card-wpfy-blog{
      flex-direction: row;
      gap: var(--at-space--m);
      align-items: center;
    }

    .card-wpfy-blog__container{
      height: auto;
    }

    .card-wpfy-blog__icon{
      display: none;
    }

    @media (max-width: 767px) {
      grid-column: auto;
      grid-row: auto;

      .card-wpfy-blog{
        flex-direction: column;
      }
    }
  }
}