moremorejvado
moremorejvado
moremorejvado
reviews {
padding: 40px 0;
background-color: #f8f9fa;
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
h2 {
text-align: center;
margin-bottom: 40px;
font-size: 2.5rem;
color: #333;
font-weight: 700;
}
}
.carousel {
position: relative;
overflow: hidden;
width: 80%;
margin: 0 auto;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.carousel-inner {
display: flex;
transition: transform 0.5s ease-in-out;
}
.carousel-item {
flex: 0 0 100%;
padding: 40px;
text-align: center;
background-color: #ffffff;
p {
font-style: italic;
margin-bottom: 20px;
font-size: 1.2rem;
color: #555;
line-height: 1.6;
}
span {
display: block;
font-weight: 600;
color: #333;
font-size: 1rem;
margin-top: 15px;
}
}