section.SwSlider-section {
    padding: 72px 32px 56px;
    background-color: #05181E;
    margin: 80px 0;
}

	.swiper-slider-main {
    max-width: 600px;
    margin: auto;
}
	
	.swiper-slider-main {
    overflow: hidden;
    position: relative;
}

.swiper-slider-main  .mySwiper,
.swiper-slider-main  .simple-slider {
    overflow: hidden;
    width: 100%;
}

.swiper-slider-main  .swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.swiper-slider-main  .swiper-slide {
    flex: 0 0 100%;
}

.swiper-slider-main  .slide-image {
    text-align: center;
}
	.slide-image img {
		width: 100%;
		max-width: 98px !important;
		margin: auto !important;
	}

	.slide-review {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 16px 0;
	}

	.slide-review p {
		margin: 0;
		font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
		text-transform: uppercase;
		font-size: 14px;
		color: white;
	}

	p.slide-description {
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
		font-size: 16px;
		margin: 0;
		margin-top: 32px !important;
		color: white;
		text-align: center;
	}

	h3.reviewer-name {
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
		font-size: 16px;
		color: #7A8487;
		margin-top: 0 !important;
		text-align: center;
		text-transform: capitalize;
	}

	.slider-btns {
		display: flex;
		justify-content: center;
		gap: 12px;
	}

	.slider-btns div {
		border: 1px solid #1F2F35;
		padding: 6px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.sliderBtnNext.active {
		border-color: #00AAD8;
	}

	.sliderBtnPrv.active {
		border-color: #00AAD8;
	}
   
	@media only screen and (max-width: 600px) {
		p.slide-description {
			font-size: 16px;
			font-style: normal;
			font-weight: 500;
			line-height: 130%;
		}

		h3.reviewer-name {
			font-size: 16px !important;
			font-style: normal;
			font-weight: 500;
			line-height: 130%;
		}

		section.SwSlider-section {
			padding: 40px 32px 32px;
			margin: 48px 0;
		}

		.slide-review {
			gap: 8px;
		}

		p.reviewers {
			font-size: 14px;
		}
	}