.student-numbers-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: white;
  background-color: #082d3f;
  padding: 64px 0 0;
}

.student-numbers-section .number-wrapper .left,
.student-numbers-section .number-wrapper .right {
  color: white;
  font-size: 28px;
  font-weight: lighter !important;
}

@media (min-width: 0) {
  .student-numbers-section .number-wrapper .right {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .student-numbers-section .number-wrapper .number {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .student-numbers-section .number-wrapper .right {
    position: absolute;
    bottom: -20px;
    right: 50px;
  }
  .student-numbers-section .number-wrapper .number {
    font-size: 8rem;
  }
}
.student-numbers-section .number-wrapper svg {
  width: 100%;
}
.student-numbers-section .number-wrapper .number {
  color: #e14097;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.student-numbers-section .list img {
  height: 90px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
}
.student-numbers-section .list p {
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}

.student-numbers-section .list > * {
  margin-bottom: 67.7px;
}
@media (min-width: 992px) {
  .student-numbers-section .number-wrapper .left {
    margin-bottom: -50px;
  }
  .student-numbers-section .number-wrapper .right {
    bottom: 0;
  }
}
.scalable-number {
  padding-bottom: 30px;
}
.scalable-number .counter {
  font-size: calc(var(--column-width) / 3.5);
  color: #e14097;
  font-weight: 600;
}
.scalable-number .slug {
  font-size: calc(var(--column-width) / 14);
}
@media(min-width: 768px) {
  .scalable-number .slug-r{
    display: flex;
    justify-content: flex-end;
    margin-top: calc(var(--column-width) / -10);
  }
  .scalable-number .slug-l{
    margin-bottom: calc(var(--column-width) / -10);
  }
}

