.student-profile .container_v2 .description {
  font-family: var(--font-outfit);
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;

  color: var(--color-primary-hover);
}

.student-profile .container_v2 .description strong {
  font-weight: 500;
}

.student-profile .container_v2 .description a {
  color: var(--color-primary-mid);
  text-decoration: underline;
  font-weight: 500;
}

.student-profile.bg-blue {
  background-color: var(--primary-color);
}

.student-profile.bg-blue .container_v2 h2.h2-sticky,
.student-profile.bg-blue .container_v2 .description {
  color: #fff;
}

.student-profile.bg-blue .container_v2 .description a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

@media(min-width: 1280px) {
  .student-profile .container_v2 .description {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
  }
}