.paragraph--type--course-comments-silder .paragraph.paragraph--type--course-comment .owl-carousel .paragraph--type--textbox {
  padding: 17px;
}

.comment-shape {
  display: flex;
  position: relative;
  margin-bottom: 59.5px;
  color: inherit;
  text-decoration: none;
  transition: color .3s ease-in-out;
  height: fit-content;
}

.comment-shape .comment-shape__shape {
  position: absolute;
  height: calc(100% + 17px);
  width: 100%;
}

.comment-shape__wrapper {
  position: relative;
  padding: 17px;
}

.paragraph--type--course-comment .owl-carousel {
  padding-top: 34px;
  background-color: #07262D;
  padding-bottom: 34px;
}

.paragraph--type--course-comment .owl-carousel .comment-shape .comment-shape__wrapper p.quote {
  color: #1964FF;
  font-size: 124px;
  line-height: 101px;
  margin-bottom: -80px;
  padding-left: 8px;
}

.paragraph--type--course-comment .owl-carousel .comment-shape .comment-shape__wrapper .paragraph--type--textbox p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
    
}