*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.testimonial{
	padding: 120px 0;
}
.testimonial-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.testi-heading-col{
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: -40px;
}
.testi-heading-col p{
	max-width: 400px;
}
.testi-rate{
	display: flex;
	align-items: center;
	gap: 10px;
}
.testi-rate img{
	height: 14px;
}
h2{
	font-size: 52px;
	line-height: 120%;
	font-weight: 700;
}
.testi-content-col{
	width: 55%;
}
.testi-item{
	padding: 40px;
	border-radius: 20px;
background: #E8F4FF;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
gap: 40px;
text-align: center;
}
.testi-info{
	display: flex;
flex-direction: column;
gap: 15px;
}
.testi-info img{
	align-self: center;
}
.testi-info h3{
	font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.testi-info p{
	font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.testi-author{
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 500;
	justify-content: center;
}
.testi-nav{
	display: flex;
	gap: 20px;
	margin: 40px 0 0;
	justify-content: flex-end;
}
.testi-button-prev,
.testi-button-next{
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #1D92FF;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
.testimonial-row{
	flex-direction: column;
}
.testi-heading-col,
.testi-content-col{
	width: 100%;
}
.testi-heading-col{
	text-align: center;
	justify-content: center;
	align-items: center;
}
.testi-nav{
	justify-content: center;
}
.testi-item {
    padding: 40px 20px;
}
.testi-info h3 {
    font-size: 24px;
}
.testi-info p {
    font-size: 18px;
}
.testi-heading-col{
	margin-top: 0;
}
}

@media (max-width: 479px){
.testimonial{
	padding: 50px 0;
}
h2{
	font-size: 32px;
}
}