<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-cards {
    max-width: 80%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    list-style: none;

  }
  @media (max-width: 767px) {
    .custom-cards {
      max-width: unset;
      width: 100%;
    }
  }
  
  .custom-cards img {
    max-width: 100%;
    height: 75px;
    margin-bottom: 10px;
  }
  
  .custom-cards h3 {
    margin: 0;
    font-size: 1.2rem;
  }
  
  .custom-nav-pills .custom-concerned-tabs .custom-nav-link.active,
  .custom-nav-pills .custom-concerned-tabs .show &gt; .custom-nav-link {
    background-color: #edf5f4 !important;
  }
  </pre></body></html>