.list-single-news {
    padding: 0.3rem 0.3rem 0.2rem 0.5rem;
    border: 1px solid;
    margin-left: 50px;
    margin-bottom: 0.3rem;
}
.list-single-news .list-course-guide-title {
    max-width: 100%;
    padding: 0 0.3rem;
    width: fit-content;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--main-theme-color1);

  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -80px;
  border-radius: 0% 45px 45px 0;
}
.list-single-news .list-course-guide-title h4 {
  margin: 0;
}
.list-single-news .list--course-guide-title {
  margin: 30px 0;
}
.list-single-news ul,
.list-single-news ul li {
  list-style-type: disc;
}
.list-single-news ol,
.list-single-news ol li {
  list-style-type: decimal;
}
.btn-style {
  margin-top: 30px;
  padding: 15px 20px;
  color: #fff;
  border: none;
  border-radius: unset;
  background-color: var(--main-theme-color);
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  .list-single-news .list-course-guide-title {
    left: -50px;
  }
}
@media screen and (max-width: 1050px) {
  .list-single-news  {
     margin-left: 0px;
  }
  .list-single-news .list-course-guide-title {
    left: -40px;
  }
}