.testi-slider-inner{
	
}

.testi-slider-img{
	margin: 0 20px;
}
.testi-slider-img img{
max-width: 440px;
width:100%;
  margin: 0 auto;
  object-fit: cover;
}



	.right-arrow-d svg {
    cursor: pointer;
    width: 40px;
    height: 40px;
}
	
	.left-arrow-d svg {
    cursor: pointer;
    width: 40px;
    height: 40px;
}


	.arrow-cover{
max-width: 80px;
  display: grid;
  grid-template-columns: 40px 40px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 50px;
}