.contentSubBox {
  margin: 0 0 50px;
}

.studentText {
  margin: 0 0 20px;
}

.studentMainImg {
  max-width: 380px;
  margin: 0 auto;
}

.studentLead {
  color: #61D2DB;
  font-size: calc(1.325rem + 0.675vw);
  margin: 0 0 20px;
}

.studentList {
  background: #F9F9F9;
  border-radius: 7px;
  padding: 25px 20px;
  max-width: 455px;
  margin: 0 auto;
}

.studentItem {
  padding: 0 0 0 20px;
  position: relative;
}
.studentItem:not(:last-of-type) {
  margin: 0 0 10px;
}
.studentItem::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #61D2DB;
  left: 0;
  top: 7px;
}
.studentItem::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  left: 3px;
  top: 10px;
}

.studentListImg {
  display: flex;
  justify-content: flex-end;
  max-width: 455px;
  margin: -20px auto 0;
}
.studentListImg img {
  width: 40%;
  max-width: 203px;
}

.studentAttention {
  text-align: center;
  background: #E8FDFF;
  font-size: calc(1.305rem + 0.495vw);
  padding: 20px;
  border-radius: 8px;
}

.studentInterView {
  margin: 0 0 40px;
}

.studentInterViewMin {
  font-size: calc(1.265rem + 0.135vw);
}

@media (min-width: 1000px) {
  .studentLead {
    font-size: 2rem;
  }
  .studentAttention {
    font-size: 1.8rem;
  }
  .studentInterViewMin {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 1100px) {
  .studentListImg {
    margin: -50px -10px 0 0;
  }
}

@media print, screen and (min-width: 960px) {
  .studentInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .studentText {
    margin: 0;
    width: 54.5454545455%;
  }
  .studentMainImg {
    margin: 0;
    width: 43.1818181818%;
  }
  .studentList {
    margin: 0;
  }
  .studentListImg {
    margin: -20px -30px 0 0;
    max-width: 100%;
  }
  .studentInterView {
    margin: 0 0 55px;
  }
}

/*# sourceMappingURL=student.css.map*/