.student-language-control {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.student-language-control select {
  min-height: 36px;
  max-width: 132px;
  padding: 7px 30px 7px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #f8fffd;
  background: rgba(5, 34, 44, .78);
  font: inherit;
}

.student-content-image {
  display: block;
  max-width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.student-hero-image {
  width: min(34vw, 360px);
  height: 230px;
  margin-left: auto;
  box-shadow: 0 22px 50px rgba(3, 32, 41, .22);
}

.student-balance-stage > .student-content-image {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
}

.student-section-content-image {
  width: min(100%, 320px);
  max-height: 180px;
  margin: 0 0 18px auto;
}

@media (max-width: 720px) {
  .student-language-control select { max-width: 104px; }
  .student-hero-image { width: 100%; height: 180px; margin-top: 18px; }
  .student-balance-stage > .student-content-image { width: 88px; height: 88px; flex-basis: 88px; }
  .student-section-content-image { width: 100%; max-height: 150px; margin: 0 0 14px; }
}
