.sponsors > ul {
  justify-items: center;
  align-items: center;
  display: grid;
  grid-gap: 17px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  list-style: none;
}

.sponsors > ul > li > img {
 max-width: 120px;
  max-height: 100px;
}

.sponsors {
margin: 15px 10px; 
}


.sectionOne {
background-color: #EFEFEF;
  box-sizing: border-box; 
  padding: 20px; 
}

.grid {

  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 10px; 
}

.categoryBox {
  height: 60px; 
  background-color: #0675BA; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-sizing: border-box; 
  padding: 10px; 
  display: flex; 
  justify-content: center; 
  border-radius: 10px; 
  transition: all ease 300ms; 
}

.categoryBox:hover {
  box-shadow: none; 
  cursor: pointer; 
}

.categoryText {
  margin: 0px; 
  color: white; 
text-decoration: none;
  align-self: center; 
  font-size: .7rem; 
}

.categoryText:hover {
color: white;
}

#Main3724631 .nav-grid a {color: #ffffff;}


/* Inline #20 | https://bancentral.vip/?pg=myBAN */

.row-fluid.renewTextWrap.groupMessageWrap {
  border: 0px;
}
