
/*============================================================================*/

#secweb-sponsors {
  text-align: center;
  max-width: 480px;
  background-color: #F1FAFF;
  border-radius: 1.00rem;
}

#secweb-sponsors > h2 {
  margin: 0 0 0.50rem 0;
  padding: 0.50rem 0;
  border-bottom: 1px solid #1874CD;
}

.secweb-sponsors-block {
  text-align: center;
}

.secweb-sponsors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.secweb-sponsors-item {
  padding: 0.25rem;
  text-align: center;
}

.secweb-sponsors-item > a > img {
  max-height: 67px;
  max-width: 150px;
}

/*============================================================================*/
/* =====[ (c) 2022 CSR Tech Concepts Inc All Rights Reserved.       ]=========*/