• how to activate canara bank atm card

    How to Generate Canara Bank ATM Card PIN?

    When you open a new account with Canara Bank, you get an ATM-cum-debit card. But this new card will only work once you activate it by generating a PIN. This guide explains how to activate your Canara Bank card using different methods easily. The Canara Bank ATM/debit card lets you withdraw cash, make payments, and…

    Editorial Team

    6 minutes
  • how to activate canara bank atm card

    How to Generate Canara Bank ATM Card PIN?

    When you open a new account with Canara Bank, you get an ATM-cum-debit card. But this new card will only work once you activate it by generating a PIN. This guide explains how to activate your Canara Bank card using different methods easily. The Canara Bank ATM/debit card lets you withdraw cash, make payments, and…

    Editorial Team

    6 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;
      }
    }
  }
}