body p {
  margin: 0 4px;
}
.ts-course-header-banner-wrap {
  background-color: rgb(32, 105, 116);
  background-color: rgb(194, 141, 5);
  background-color: #ffcc5f;
  background-color: #c4c0b8;
  background-color: #dd9830;
  color: white;
  text-align: left;
  text-wrap: wrap;
  width: 100%;
  min-height: 320px;
}

.ts-course-header-banner-content {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: var(--main-content-max-width);
  padding: 32px 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ts-course-header-banner-content-col1 {
  padding: 0;
  max-width: 650px;
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.ts-course-header-banner-content-col1 p {
  margin: 0;
  text-align: left;
  vertical-align: bottom;
}

.ts-course-header-t1 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.ts-course-header-t2 {
  font-size: 16px;
  font-weight: 400;
  color: rgb(63, 62, 62);
  color: rgb(179, 170, 170);
  margin: 12px 0 16px 0;
}

.ts-course-header-inner-row {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.ts-r1 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.ts-r2 {
  color: rgb(25, 25, 25);
}

.ts-video-player-wrap {
  width: 480px;
  height: 270px;
  border-radius: 5px;
}

.youtube-video {
  width: 100%;
  height: 100%;
  border-radius: 5px !important;
}

.ts-course-header-banner-plans-row {
  color: var(--color-2);
  background-color: rgb(0, 0, 0);
  width: 100%;
  padding: 6px 0;
}

/* Info Body */
.ts-course-info-body-wrap {
  text-align: left;
  text-wrap: wrap;
  width: 100%;
  min-height: 600px;
}

@media (max-width: 1100px) {
  .ts-course-header-banner-content-col1 {
    height: unset;
    flex-grow: 0;
  }
}
@media (max-width: 500px) {
  .ts-video-player-wrap {
    width: 90%;
    height: unset;
  }
}
