• How To Find SBI Rewardz Customer ID

    How to Find Your SBI Rewardz Customer ID ?

    Do you have a savings account, credit card, loan or any other relationship with State Bank of India (SBI)? Did you know SBI offers an exciting loyalty and rewards program called SBI Rewardz to its valued customers? With SBI Rewardz, you can earn reward points on everyday banking transactions and redeem them for shopping vouchers,…

    Wajiha Khan

    8 minutes
  • How To Find SBI Rewardz Customer ID

    How to Find Your SBI Rewardz Customer ID ?

    Do you have a savings account, credit card, loan or any other relationship with State Bank of India (SBI)? Did you know SBI offers an exciting loyalty and rewards program called SBI Rewardz to its valued customers? With SBI Rewardz, you can earn reward points on everyday banking transactions and redeem them for shopping vouchers,…

    Wajiha Khan

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