.logo-thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
}
.no-manager {
  color: #9aa3b2;
  font-style: italic;
}
@media (max-width: 576px) {
  .logo-thumb {
    width: 52px;
    height: 52px;
  }
}