.banks-data-summary {
    max-width: 800px; /* Adjust width to your preference */
    margin: 0 auto; /* Centers the content */
    text-align: center; /* Centers text */
    padding: 20px; /* Adds spacing around */
  }
  
  .banks-data-summary h2 {
    font-size: 24px; /* Adjust heading size */
    margin-bottom: 15px;
  }
  
  .banks-data-summary p {
    font-size: 16px;
    line-height: 1.6; /* Improves readability */
    text-align: justify; /* Optional: Justifies text */
  }