.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
    width: 30%;
	height: 50vh;
	min-height: 650px;
	max-height: 700px;
	background: #fff;
    padding: 0;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #e5e5e5;
}

.swiper-slide ul {
	text-align: left;
	margin: 25px 0 0 0;
}

.swiper-slide ul li:nth-child(1) {
	color: #000000;
	font-weight: 600;
	font-size: 150%;
}

.swiper-slide ul li:nth-child(2) {
	font-weight: 300;
	font-size: 100%;
	font-style: italic;
}

.swiper-slide ul li:nth-child(3) {
	margin: 25px 0 0 0;
	font-size: 100%;
}

@media (max-width: 1020px) {
.swiper-slide {
	min-height: 450px;
	max-height: 680px;
}
	
.swiper-slide ul {
	margin: 0;
}
	
.swiper-slide ul li:nth-child(1) {
	font-size: 180%;
}

.swiper-slide ul li:nth-child(2) {
	font-size: 120%;
}

.swiper-slide ul li:nth-child(3) {
	margin: 15px 0 0 0;
	font-size: 120%;
}
}

@media (max-width: 640px) {
.swiper-slide {
	min-height: 450px;
	max-height: 680px;
}
	
.swiper-slide ul {
	margin: 0;
}
	
.swiper-slide ul li:nth-child(1) {
	font-size: 180%;
}

.swiper-slide ul li:nth-child(2) {
	font-size: 120%;
}

.swiper-slide ul li:nth-child(3) {
	margin: 15px 0 0 0;
	font-size: 120%;
}
}

.swiperComment {
    width: 100%;
	height: 50vh;
	min-height: 700px;
	max-height: 750px;
	background: #fff;
    padding: 0;
	text-align: center !important;
    line-height: 1.6;
}

.swiperComment li:nth-child(1) {
	margin: 0 !important;
}

.swiperComment li:nth-child(2) {
	margin: 50px 0 50px 0 !important;
    padding: 0 15% !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	font-style: normal !important;
}

.swiperComment li:nth-child(3) {
	margin: 0 !important;
}

.swiperComment li:nth-child(4) {
	margin: 15px 0 0 0;
	font-weight: 400;
	font-size: 120%;
}

.swiperComment li:nth-child(5) {
	font-weight: 300 !important;
	font-size: 100% !important;
}

.swiperComment li img {
	display: block;
	width: auto !important;
	border: none;
}

@media (max-width: 1020px) {
.swiperComment li:nth-child(2) {
	margin: 50px 0 50px 0 !important;
	padding: 0 10% 0 10% !important;
	font-size: 80% !important;
}
	
.swiperComment li:nth-child(4) {
	font-size: 80%;
}

.swiperComment li:nth-child(5) {
	font-size: clamp(17px, 1vw, 20px) !important;
}
	
.swiperComment li img {
	width: 10% !important;
}
}
	
@media (max-width: 640px) {  
.swiperComment li:nth-child(2) {
	margin: 25px 0 25px 0 !important;
	font-size: 60% !important;
}
	
.swiperComment li:nth-child(4) {
	font-size: 80%;
}

.swiperComment li:nth-child(5) {
	font-size: clamp(17px, 1vw, 20px) !important;
}
	
.swiperComment li img {
	width: 20% !important;
}
}