.component_testimonial_list {
  margin: 96px 0 89px;
}
.component_testimonial_list.remove_tos {
  margin-top: 0;
}
.component_testimonial_list.remove_bos {
  margin-bottom: 0;
}
.component_testimonial_list .section_wrapper {
  margin-left: -8px;
  max-width: 1123px;
}
.component_testimonial_list .section_wrapper .section_detail {
  margin-bottom: 58px;
  margin-left: 35px;
}
.component_testimonial_list .section_wrapper .section_detail .section_heading {
  margin-bottom: 23px;
}
.component_testimonial_list
  .section_wrapper
  .section_detail
  .section_heading
  .section_heading_part
  .heading_text {
  margin: 0;
}
.component_testimonial_list
  .section_wrapper
  .section_detail
  .section_heading
  .section_heading_part
  .heading_text.Color_Orange {
  color: var(--Color_Orange);
}
.component_testimonial_list .section_wrapper .testimonial_item_list {
  gap: 30.2px;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item {
  display: flex;
  width: calc(50% - 15.1px);
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner {
  display: flex;
  gap: 18px;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .quote_icon {
  margin-top: 5px;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 26px;
  width: calc(100% - 33px);
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section
  .testimonial_description {
  margin-bottom: 28px;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section
  .author_name_and_about_author {
  align-items: baseline;
  display: flex;
  gap: 12px;
  margin-left: 8px;
  margin-top: auto;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section
  .author_name_and_about_author
  .author_detail {
  font-family: var(--font_Montserrat_Regular_Italic);
  font-size: 18px;
  line-height: 26px;
  width: calc(100% - 24px);
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section
  .author_name_and_about_author
  .author_detail
  > * {
  font-family: var(--font_Montserrat_Regular_Italic);
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
}
.component_testimonial_list
  .section_wrapper
  .testimonial_item_list
  .testimonial_item_inner
  .content_section
  .author_name_and_about_author
  .author_detail
  span {
  color: var(--Color_Orange);
  text-decoration: underline;
}
.lity-content .testimonial_content {
  max-width: 900px;
  background-color: #ffffff;
  padding: 40px 30px;
  box-shadow: 0 0 5px;
}
.lity.quote_popup {
  background-color: rgb(41, 161, 188, 0.5);
  backdrop-filter: blur(10px);
}

.lity.quote_popup .lity-wrap {
  padding: 0 20px;
}

.lity.quote_popup .lity-container {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  max-height: 80vh;
  overflow-y: auto;
}

.lity.quote_popup .lity-container .lity-close {
  position: absolute;
  text-shadow: none;
  background-color: #29a3bd;
}

.lity.quote_popup .author_name_and_about_author {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.lity.quote_popup .author_name_and_about_author .line_bar {
  position: relative;
  display: inline-block;
  top: -4px;
  min-width: 20px;
}

.lity.quote_popup .author_name_and_about_author .author_detail {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1199px) {
  .component_testimonial_list {
    margin: 80px 0;
  }
  .component_testimonial_list .section_wrapper .section_detail {
    margin-bottom: 50px;
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item_inner
    .content_section {
    padding-right: 20px;
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item_inner
    .content_section
    .author_name_and_about_author
    .author_detail,
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item_inner
    .content_section
    .author_name_and_about_author
    .author_detail
    > * {
    font-size: 16px;
    line-height: 24px;
  }

  .lity.quote_popup .author_name_and_about_author .author_detail {
    font-size: 16px;
  }

  .lity.quote_popup .author_name_and_about_author .line_bar {
    top: -2px;
  }
}
@media (max-width: 991px) {
  .component_testimonial_list {
    margin: 70px 0;
  }
  .component_testimonial_list .section_wrapper .section_detail {
    margin-bottom: 40px;
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item_inner
    .content_section {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .component_testimonial_list {
    margin: 60px 0;
  }
  .component_testimonial_list .section_wrapper .section_detail {
    margin-bottom: 30px;
  }
  .component_testimonial_list .section_wrapper .testimonial_item_list {
    gap: 30px;
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item {
    width: calc(50% - 15px);
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item_inner
    .content_section {
    padding-right: 0;
  }

  .lity-content .testimonial_content {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .component_testimonial_list {
    margin: 40px 0;
  }
  .component_testimonial_list .section_wrapper .section_detail,
  .component_testimonial_list
    .section_wrapper
    .section_detail
    .section_heading {
    margin-bottom: 20px;
  }
  .component_testimonial_list .section_wrapper .testimonial_item_list {
    gap: 20px;
  }
  .component_testimonial_list
    .section_wrapper
    .testimonial_item_list
    .testimonial_item {
    width: 100%;
  }
}
/*# sourceMappingURL=testimonial_list.css.map */
