• How To Get SBI Passbook Statement Online?

    How To Get SBI Passbook Statement Online?

    Customers of SBI have access to various online services for convenient account access. Obtaining the account passbook or SBI passbook statement online is one such service. The SBI (State Bank of India) is one of the country's largest banks, having approximately 15000 branches spread across the country. They provide a comprehensive range of banking services to both…

    Wajiha Khan

    5 minutes
  • How To Get SBI Passbook Statement Online?

    How To Get SBI Passbook Statement Online?

    Customers of SBI have access to various online services for convenient account access. Obtaining the account passbook or SBI passbook statement online is one such service. The SBI (State Bank of India) is one of the country's largest banks, having approximately 15000 branches spread across the country. They provide a comprehensive range of banking services to both…

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