.portal-list .portal {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 140px;
  padding-top: 8px;
}
.portal-list .portal h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.portal-list .portal img {
  width: 40px;
  height: 40px;
}
.portal-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 20px;
}
