.education-total {
  width: min(28vw, 360px) !important;
  max-width: 360px !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  background-image: url("/assets/images/legacy/education-total-approved-transparent-web-compact.webp?v=1") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  overflow: visible !important;
}

/* Убираем старые цифры, текст, палитру и старые декоративные слои */
.education-total>*,
.education-total::before,
.education-total::after {
  display: none !important;
}

/* Телефон — круг не занимает всю колонку */
@media (max-width: 700px) {
  .education-total {
    width: 230px !important;
    max-width: 62vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}