.testimonial-sec {
	padding: 82px 0 70px;
}
.testimonial-slider-wrap {
	max-width: 45.4%;
}
.testimonial-sec-images-wrap {
	max-width: 46.6%;
}
.testimonial-icon {
	margin: 0 auto 30px auto;
	display: inline-block;
}
.testimonial-content p {
	color: var(--color-black);
	font-style: italic;
	font-weight: var(--fw-700);
}
.testimonial-nav-for-mobile {
	display: none;
}
.testimonial-sec-images {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 43px;
	-moz-column-gap: 43px;
	column-gap: 43px;
}

.testimonial-image-1 {
	padding-top: 70%;
}
.testimonial-image {
	padding-top: 95%;
}
.testimonial-image-item {
	padding-bottom: 43px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
	width: 100%;
}
.testimonial-image-item:nth-child(2), .testimonial-image-item:nth-child(4) {
	padding: 0;
}
.testimonial-image-item:has(.testimonial-image-3) {
	padding-top: 63px;
}
.testimonial-image-4 {
	padding-top: 124%;
}
.testimonial-slide {
	margin: 0 20px;
}
.testimonial-slider .slick-list {
	margin: 0 -20px;
}
.testimonial-slider-box {
	position: relative;
	padding: 0 70px 25% 70px;
}
body .testimonial-slider-wrap .slick-arrow {
	top: 33.1%;
}
@media screen and (max-width:1800px) {
body .testimonial-slider-wrap .slick-arrow {
	top: 40.1%;
}
}
@media screen and (max-width:1600px) {
	.testimonial-slider-wrap {
	max-width: 49%;
}
}
@media screen and (max-width:1440px) {
	.testimonial-sec {
	padding: 70px 0 60px;
}
.testimonial-slider-wrap {
	max-width: 52%;
}
.testimonial-image-item {
	padding-bottom: 35px;
}
.testimonial-sec-images {
	column-gap: 35px;
}
.testimonial-slider-box {
	padding: 0 70px 20% 70px;
}
body .testimonial-slider-wrap .slick-arrow {
	top: 42.1%;
}
}
@media screen and (max-width:1360px) {
.testimonial-sec {
	padding: 60px 0;
}
.testimonial-icon {
	margin: 0 auto 25px auto;
}
.testimonial-slider-box {
	padding: 0 60px 25% 60px;
}
.testimonial-image-item {
	padding-bottom: 25px;
}
.testimonial-sec-images {
	column-gap: 25px;
}
.testimonial-image-item:has(.testimonial-image-3) {
	padding-top: 50px;
}
.testimonial-slider-box {
	padding: 0 60px 10% 60px;
}
body .testimonial-slider-wrap .slick-arrow {
	top: 50.1%;
	width: 50px;
	height: 36px;
}
}
@media screen and (max-width:991px) {
.testimonial-slider-box {
	padding: 0 10% 50px 10%;
}
.testimonial-slider-wrap {
	max-width: 100%;
}
.testimonial-sec-images-wrap {
	max-width: 100%;
}
.testimonial-sec-images {
	max-width: 600px;
	margin: 0 auto;
}
}
@media screen and (max-width:767px) {
.testimonial-slider-box {
	padding: 0 70px 40px 70px;
}
.testimonial-icon {
	margin: 0 auto 20px auto;
}
}
@media screen and (max-width:640px) {
	.testimonial-sec {
	padding: 50px 0 50px;
}
	.testimonial-sec-images {
	column-gap: 15px;
}
.testimonial-image-item {
	padding-bottom: 15px;
}
.testimonial-nav-for-mobile {
	display: flex;
	margin: 30px 0 50px;
	justify-content: center;
	gap: 10px;
}
.testimonial-slider-box {
	padding: 0;
}
.testimonial-slider-box .slick-prev, .testimonial-slider-box .slick-next {
	display: none;
}
body .testimonial-slider-wrap .testimonial-nav-for-mobile .slick-arrow {
	display: block;
	position: relative;
	top: 10px;
}
.testimonial-icon {
	margin: 0 auto 15px auto;
	max-width: 60px;
}
.testimonial-slider .slick-list {
	margin: 0;
}
}

@media screen and (max-width:480px) {
.testimonial-image-item:has(.testimonial-image-3) {
	padding-top: 40px;
}
}