
.course_name_new {
  margin-top: .7rem;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: var(--font-raleway);
  line-height: 4rem;
}

@media screen and (max-width: 1024px) {
  .course_name_new {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

/* transformed text color classes */

.txtClrPrimaryX91ab {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.txtClrHighlightY72pq {
  --tw-text-opacity: 1;
  color: rgb(255 203 5 / var(--tw-text-opacity, 1));
}

