.section_slider_testimonial_teacher {
  display: flex;
  overflow: hidden;
  padding: 5vw 0px 10vw 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10.667vw;
  background: white;
  width: 100%;
}

.tt_testmnl_group_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 97%;
  overflow: scroll;
  padding: 3vw 1vw 3vw 1vw;
}

.tt_testmnl_group_div::-webkit-scrollbar {
  display: none;
}

.tt_testmnl_head {
  width: 94.667vw;
  color: #3D4D5D;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 300;
  line-height: 10.667vw;
  letter-spacing: -0.64px;
  margin-bottom: 0px;
  padding-left: 5.333vw;
}

.tt_testmnl_head span {
  width: 90.667vw;
  color: #FF752C;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 700;
  line-height: 10.667vw;
}

.teacher_testmnl_div {
  flex-shrink: 0;
  object-fit: cover;
  padding: 5vw;
  justify-content: center;
  align-items: center;
  gap: 6.400vw;
  border-radius: 9.155vw;
  background: #FFF;
  box-shadow: 0px 0px 2.746vw 0px rgba(0, 0, 0, 0.16);
  margin-right: 2.467vw;
  width: 87.200vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 10.667vw;
  margin-left: 1.8vw;
  height: 146vw;
}

.teacher_img {
  width: 100%;
  border-radius: 7vw;
  height: 75vw;
}

.tt_testmnl_sec_div p {
  color: rgba(0, 0, 0, 0.80);
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 300;
  line-height: 5.333vw;
  width: 74.400vw;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.tt_testmnl_sec_div h5 {
  color: #3D4D5D;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}

.tt_arrow_right,
.tt_arrow_left {
  position: absolute;
  top: 106vw;
  font-size: 0;
  /* hide any accidental text */
  background: white;
  border: none;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0 0 11px -4px var(--primary-color);
  cursor: pointer;
  padding: 0;
}

.tt_arrow_right {
  right: 0vw;
}

.tt_arrow_left {
  left: 0vw;
}

.tt_arrow_right span,
.tt_arrow_left span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
}

.tt_arrow_right span {
  border-left: 3vw solid var(--primary-color);
}

.tt_arrow_left span {
  border-right: 3vw solid var(--primary-color);
}