.tools-explorer-card {
  display: flex;
  flex-direction: row;
}

.tools-explorer-card__image {
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 auto;
  max-height: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1rem;
}

.tools-explorer-card__image img {
  max-height: 5rem;
  max-width: 5rem;
}

.tools-explorer-card__meta {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  justify-content: center;
}

.tools-explorer-card__title {
  display: flex;
  padding-bottom: 0.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.tools-explorer-card__description {
  font-size: 1rem;
  color: var(--color-gray-600);
  word-break: break-word;
  height: 12rem;
  overflow: auto;
}
