.homepage .testimonial-section .testimonal-header {
  background: linear-gradient(271.3deg, #F6F6F6 16.74%, var(--tc-orange) 98.89%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.homepage .testimonial-section .bg-driver {
  margin-top: -335px;
  z-index: -9999;
  position: relative;
}

.homepage .testimonial-section .arrow-left{
    margin-left: -4%;
}
.homepage .testimonial-section .arrow-right{
    margin-right: -4%;
}
