


#section-10{
h1 {

margin: 0;

text-align: center;
}

  .ligne{
	margin: 500;
  }
  



.reviews-content{
	display:flex;
	gap: 20px;
	position: relative;
}

.company{
	color: #FF1100;
	font-weight: 100;
	font-size: 10px;
	font-family: 'Inter';
	
}
 
.quote{
	color: #FF1100;
	font-weight: 00;
	font-size: 30px;
	font-family: 'Inter';
	max-width: 50vw;
	position: absolute;
	right: 60px;
	top: 20vw;
}



  .image-card{
  width: 75%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  transform: scaleX(-1);
  
}

.arrows{
	position: absolute;
	bottom: 25px;
	left: 70%;
	transform: translateX(-50%);
	display: flex;
	gap: 20px;
	
	}
  .arrow{
	width: 60px;
	height: 28px;
	border-radius: 100px; 
	border: 1px solid rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.6);
	color: white;
	font-size: 16px;
	cursor: pointer;
  }


  .hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reviews_header{
margin-top: 40px;
margin-bottom: 59px;
}
}

