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

}

.tt_testmnl_group_div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 98%;
    overflow: scroll;
    border-radius: 1vw;
    gap: 2vw;
    height: 21vw;
    padding: 1vw;
}

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

.teacher_img {
    width: auto;
    height: 14.347vw;
}

.tt_testmnl_head {
    color: #3D4D5D;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 8.333vw;
}

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

.teacher_testmnl_div {
    flex-shrink: 0;
    object-fit: cover;
    padding: 1.667vw 1.875vw 1.806vw 1.667vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.667vw;
    border-radius: 2.448vw;
    background: #FFF;
    box-shadow: 0px 0px 0.833vw 0px rgba(0, 0, 0, 0.16);
    width: 40%;
}
.bahasa .teacher_testmnl_div{
    width: 50%;
}
.tt_md7 {
    width: 100%;
    padding-left: 0.833vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 14vw;
}

.md5 {
    width: 44%;
    display: inline-block;
    padding-right: 0.833vw;
}

.tt_testmnl_sec_div img {
    border-radius: 0.486vw;
}

.tt_testmnl_sec_div p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.389vw;
}

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

.tt_arrow_right,
.tt_arrow_left {
    position: absolute;
    top: 24vw;
    font-size: 0;
    /* hide any accidental text */
    background: white;
    border: none;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    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: 0.6vw solid transparent;
    border-bottom: 0.6vw solid transparent;
}

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

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