.course-description__text h2 {
  color: #151618;
  font-size: clamp(1.75rem, 1.625rem + 0.5vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.course-description__text p {
  color: #636872;
  font-size: clamp(0.875rem, 0.813rem + 0.25vw, 1rem);
  font-style: normal;
  font-weight: 400;

  &:not(:last-child) {
    margin-bottom: 20px;
  }
}

.wp-block-image {
  border: 2px solid #3843EB;
  width: fit-content;
  margin-bottom: 30px;
}

.article-custom-image {
  border: 2px solid #3843EB;
  width: fit-content;
  margin-bottom: 30px;
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 1000px;
    aspect-ratio: 900/598;
  }

}

.course-description__text ul {
  margin-bottom: 30px;
}

.course-description__text ul li {
  color: #636872;
  font-size: clamp(1.125rem, 1.063rem + 0.25vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 16px;

  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #3843EB;
    border-radius: 50%;
  }

  &:not(:last-child) {
    margin-bottom: 12px;
  }
}

.sidebar-highlight {
  color: #3843EB;
}