.br_test_area {
  padding: 0 0 90px;
}
.br_test_area .witr_section_title {
  margin-bottom: 30px;
}
.witr_section_title_inner h3 {
  font-family: var(--title-font-family);
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
  font-style: normal;
  transition: 0.5s;
  color: var(--title-text-color);
}
.br_test_area .witr_section_title_inner h2 {
  font-family: var(--title-font-family);
  font-style: normal;
  font-size: 36px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.4;
}
.br_test_area .witr_testi_itemt {
  padding: 0 10px;
}
.br_test_area .em_single_testimonial {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin-top: 20px;
  box-shadow: 5px 0px 32px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #fff;
}
.br_test_area .testimonial_post_13 {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
}
.br_test_area .witr_screenshot_thumb {
  width: 100%;
}
.br_test_area .all_color_testimonial img {
  border-radius: 0;
}
.br_test_area .test_text_all {
  padding: 25px 43px 26px;
  width: 100%;
}
.br_test_area .testimonial_post_13 .test-part {
  margin-bottom: 0;
  display: inline-block;
}
.br_test_area .test-part ul li {
  display: inline-block;
  padding-top: 0;
}
.br_test_area .execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br_test_area .em_crating i.active {
  color: var(--color-primary);
  font-size: 22px;
}
.br_test_area .em_testi_content {
  position: relative;
  text-align: center;
}
.br_test_area .em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  text-align: left;
}
.br_test_area .all_color_testimonial p {
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  margin: 5px 0px 45px 0px;
}
.br_test_area .title_img_cent {
  left: 45%;
  transform: translateX(-50%);
}
.br_test_area .witr_image_title {
  margin-top: 0;
  margin-bottom: 10px;
  position: absolute;
  top: -7px;
  left: 45%;
}
.br_test_area .em_test_thumb {
  float: left;
  margin-right: 20px;
}
.br_test_area .em_test_thumb img {
  border-radius: 0;
  width: 59px;
}
.br_test_area .all_color_testimonial h2 {
  font-size: 20px;
}
.br_test_area .all_color_testimonial span,
.br_test_area .execllent_star h3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  display: block;
  margin: 10px 0px 0px 0px;
}
.br_test_area .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .br_test_area .title_img_cent {
    left: 43%;
  }
  .br_test_area .witr_section_title_inner h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .br_test_area .title_img_cent {
    left: 41%;
  }
}
@media (max-width: 767px) {
  .br_test_area .title_img_cent {
    left: 30%;
  }
  .br_test_area .testimonial_post_13 {
    flex-direction: column;
  }
}
