.px-student {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
.px-student-inner {
  position: relative;
  padding-top: clamp(0.05rem, -2.08099631rem + 10.147601476vw, 5.55rem);
  overflow: hidden;
}
.px-student-inner svg, .px-student-inner img {
  position: absolute;
}
.px-student-inner svg {
  z-index: 1;
  right: -300px;
  top: -47%;
  width: 642px;
  height: 1172px;
  transform: rotate(34.356deg);
}
.px-student-inner img {
  right: 0;
  bottom: 0;
  max-width: 50%;
  object-fit: cover;
  height: auto;
}
.px-student-inner .text {
  background-color: var(--secondColor);
  border-radius: 8px;
  padding: 56px 64px;
}
.px-student-inner .text-inner {
  max-width: 50%;
  position: relative;
}
.px-student-inner .title {
  color: #fff;
  font-size: clamp(1.25rem, 0.3782287823rem + 4.1512915129vw, 3.5rem);
  font-weight: 700;
  line-height: 100%;
}
.px-student-inner li, .px-student-inner li p {
  color: #000;
  font-size: 16px;
  font-style: 100%;
  font-weight: 500;
  line-height: 120%;
}
.px-student-inner li:not(:last-of-type), .px-student-inner li p:not(:last-of-type) {
  margin-bottom: 20px;
}
.px-student-inner .button-white {
  background: #fff;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  width: 50%;
  text-align: center;
  transition: var(--baseTransition);
}
.px-student-inner .button-white:hover {
  background-color: #E3E3E3;
}
@media screen and (max-width: 768px) {
  .px-student {
    width: 100%;
  }
  .px-student ul {
    display: none;
  }
  .px-student .px-student-inner .text {
    padding: clamp(1rem, 0.3025830258rem + 3.3210332103vw, 2.8rem) clamp(2rem, 1.5350553506rem + 2.2140221402vw, 3.2rem);
    padding-top: 160px;
    background: linear-gradient(0deg, rgba(6, 6, 6, 0.4) 8.21%, rgba(6, 6, 6, 0) 74.1%);
    background-color: var(--secondColor);
    border-radius: 0;
  }
  .px-student .px-student-inner img {
    right: -10%;
  }
  .px-student .px-student-inner svg {
    width: 245.262px;
    height: 447.737px;
    transform: rotate(-135deg);
    right: unset;
    left: -149px;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .px-student .px-student-inner img {
    right: -10%;
  }
  .px-student .px-student-inner svg {
    width: 245.262px;
    height: 447.737px;
    transform: rotate(-135deg);
    right: unset;
    left: -149px;
    top: 0;
  }
  .px-student .px-student-inner .button-white {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .px-student .px-student-inner .text-inner {
    max-width: 100%;
  }
  .px-student .px-student-inner .button-white {
    padding: 24px 36px;
    border-radius: 8px;
    color: #000;
    font-size: clamp(0.8rem, 0.7225092251rem + 0.36900369vw, 1rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.384px;
    text-transform: uppercase;
    transition: var(--baseTransition);
    text-align: center;
    display: inline-block;
    background-color: var(--secondColor);
    width: 100%;
    padding: 12px 20px;
  }
  .px-student .px-student-inner .button-white:hover {
    background-color: #E3E3E3;
  }
  .px-student .px-student-inner img {
    max-width: 286px;
  }
}
#site .allcont .entry-content .px-student ul:not(.wp-block-gallery) li {
  padding-left: 35px;
}
#site .allcont .entry-content .px-student ul:not(.wp-block-gallery) li::before {
  background-color: transparent;
  background-image: url("img/star.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: -6px;
}
