.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 16px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
