.education-category-art {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 35%, #765b36, #2f261b);
}

.education-category-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
