.tcgi-courses-header-title {
  background: linear-gradient(94deg, #1d082a 7.94%, #631b90 96.78%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 3.75rem 0 15rem;
}

@media (min-width: 999px) {
  .tcgi-courses-header-title {
    padding: 5rem 0 15rem;
  }
}

.tcgi-courses-header-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1d082a;
  z-index: 1;
}

.tcgi-courses-header-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #631b90;
  z-index: 1;
}

.tcgi-courses-header-title h1 {
  color: #fff !important;
  text-align: center;

  font-size: 2.25rem !important;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 120% !important;
  /* 2.7rem */
  letter-spacing: -0.045rem;
  margin: 0 !important;
}

@media (min-width: 999px) {
  .tcgi-courses-header-title h1 {
    font-size: 3.5rem !important;
  }
}

.tcgi-courses-header-title a {
  color: var(--Brand-Secondary-palette-TCGI_Yellow, #edb308);
  font-family: "Atlas Grotesk medium";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tcgi-courses-header-grid {
  display: none;
}

@media (min-width: 999px) {
  .tcgi-courses-header-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: -12.5rem;
    padding-bottom: 8.25rem;
  }
}

.tcgi-courses-header-wrapper .carousel-panel {
  margin-top: -12.5rem;
  padding-bottom: 6.75rem;
}

.tcgi-courses-header-wrapper .carousel-panel .tcgi-related-product-item .tcgi-product-image {
  display: none;
}

.tcgi-courses-header-wrapper .carousel-panel .tcgi-related-product-item .tcgi-product-tags {
  position: relative;
  top: 0;
  left: 0;
}

@media (min-width: 999px) {
  .tcgi-courses-header-wrapper .carousel-panel .tcgi-related-product-item .tcgi-product-tags {
    position: absolute;
    top: 1.89rem;
    left: 1.89rem;
  }
}

.tcgi-courses-header-wrapper .carousel-navigation1 {
  bottom: 2rem;
  width: 100%;
}

.tcgi-courses-header-wrapper .carousel-panel .dots-container {
  bottom: 3rem;
  justify-content: center;
}

@media (min-width: 799px) {
  .tcgi-courses-header-wrapper .carousel-panel {
    min-height: auto;
    border: none;
    padding: 0;
  }
}

@media (min-width: 999px) {
  .tcgi-courses-header-wrapper .carousel-panel {
    display: none;
  }
}

@media (min-width: 999px) {
  .tcgi-courses-header-wrapper .tcgi-related-product-item {
    border: none;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
  }
}
