.swiper-customer-review {
	overflow: hidden;
}
.swiper-customer-review img {
	height: 600px;
	object-fit: cover;
}
.swiper-customer-review .slide-inner {
    position: absolute;
    top: 0;
    padding: 0px 67px;
    z-index: 99;
    width: 821px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.swiper-customer-review img {
	object-fit: cover;
}
.slide-inner h2 {
   font-family: "Lora", Sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
	color: #ffffff;
}
.slide-inner h3 {
   font-family: "Lora", Sans-serif !important;
    font-size: 14px;
	line-height: 18px;
    font-weight: 600;
	color: #ffffff;
}
.swiper-customer-review p {
	max-width: 559px;
	font-size: 18px;
}

.sideHeight {
	width: 100vh;
	max-height: 100vh;

	object-fit: cover;
}

.swiper-customer-review .overlay {
	   background: linear-gradient(45deg,rgb(0 52 90) 0%,rgb(0 53 90 / 43%) 100%);
}

.swiper-customer-review .btn-primary{
    border: 0;
    padding: 15px 30px;
    border-radius: 15px;
    background: #ffc044;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-customer-review h1, .swiper-customer-review p {
    color: #FFF;
}

.swiper-customer-review .logo img {
	max-width: 350px;
}

@media (max-width: 1280px) {
	.swiper-customer-review .logo {
		gap: 5rem !important;
	}
	
	.swiper-customer-review .logo img {
		max-width: 250px;
	}
}
@media (max-width: 767px) {
	.slideHeight img {
		height: 100vh;
		object-fit: cover;
	}
	
	.swiper-customer-review .slide-inner {
    padding: 100px 10px;
    width: 100%;
}
.swiper-customer-review h2 {
   
}	
}
	
