*{
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;
	overflow: hidden;
}
.heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.heading-title-col{
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.heading-title-col h2{
	font-size: 52px;
font-weight: 700;
line-height: 130%;
text-transform: uppercase;
}
.heading-badge{
	display: flex;
width: 66px;
height: 66px;
justify-content: center;
align-items: center;
border-radius: 100px;
border: 1px solid #FFB619;
color: #FFB619;
font-family: Inter;
font-size: 22px;
font-style: normal;
font-weight: 500;
}
.testimonial-slider{
	margin: 60px 0 0;
}
.testi-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 60px;
	border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.20);
padding: 30px;
}
.testi-info-row{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.testi-info-row img{
	align-self: flex-start;
}
.testi-info-row h3{
	font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
text-transform: uppercase;
}
.testi-author-row{
	display: flex;
	align-items: center;
	gap: 20px;
}
.testi-author-row p{
	font-weight: 700;
line-height: 26px; /* 162.5% */
text-transform: uppercase;
}
.testimonial .swiper{
	overflow: visible;
}

.testimonial-pagination{
	display: flex;
    justify-content: center;
    margin: 40px 0 0;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 5px;
	border-radius: 100px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #000;
}

@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.heading{
	flex-direction: column;
	text-align: center;
	gap: 25px;
}
.heading-badge{
	order: -1;
}
.heading-title-col{
	width: 100%;
}
}

@media (max-width: 479px){
.testimonial{
	padding: 50px 0;
}
.heading-title-col h2{
	font-size: 32px;
}
.testimonial-slider {
    margin: 40px 0 0;
}
}