.page_education_junior .education_point > .inner {
  position: relative;
}
.page_education_junior .education_point > .inner:before {
  aspect-ratio: 2.4286;
  background-image: url("../img/page/education/deco.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: calc(var(--block-inner-side-padding-expr) + 8px);
  position: absolute;
  top: 0;
  width: 30.76923vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_education_junior .education_point > .inner:before {
    width: min(21.25vw, 340px);
  }
}
.page_education_junior .education_point .box {
  background: #73CB49;
}