• How To Close Axis Bank Account Online
    How To Close Axis Bank Account Online

    How to Close Axis Bank Account – Deactivate Axis Account

    Are you looking for an option to close your axis account online or deactivate your Axis Account? We have written multiple ways you can close Axis Bank Account Online in this guide. Axis bank is the third largest and one of the best private banks in India. Most companies prefer their employees to open their…

    Abdhesh Gangwar

    5 minutes
  • How To Close Axis Bank Account Online
    How To Close Axis Bank Account Online

    How to Close Axis Bank Account – Deactivate Axis Account

    Are you looking for an option to close your axis account online or deactivate your Axis Account? We have written multiple ways you can close Axis Bank Account Online in this guide. Axis bank is the third largest and one of the best private banks in India. Most companies prefer their employees to open their…

    Abdhesh Gangwar

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