.school-logo {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
.card {
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.feature-list li {
  margin-bottom: 8px;
}
.tags span {
  background: #f0f0f0;
  padding: 5px 12px;
  border-radius: 20px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.school-img {
  border-radius: 8px;
  width: 100%;
}

.small-tabbar {
  font-size: 18px !important;
  color: black !important;
}

.small-tabbar:hover {
  color: #455be1 !important;
}
