• How To Close RBL Bank Account

    How to Close RBL Bank Account Online

    Close RBL Bank Account Online: It is typically seen that if somebody opens an account with a bank, they once in a while close it, and the record stays open with the bank for seemingly forever. However, presently, as the more significant part of banks has begun working through an Online Stage, there is no need…

    Wajiha Khan

    5 minutes
  • How To Close RBL Bank Account

    How to Close RBL Bank Account Online

    Close RBL Bank Account Online: It is typically seen that if somebody opens an account with a bank, they once in a while close it, and the record stays open with the bank for seemingly forever. However, presently, as the more significant part of banks has begun working through an Online Stage, there is no need…

    Wajiha Khan

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