.testimonials-inner-container{
	.gb_inner-standardcontainer {
		@media screen and (min-width: 500px){
			padding-left: 0;
			max-width: 100%;
			padding-right: 0;
		}
	}
	
	.glide__slide{
		height: auto;
	}
	h2{
		font-weight: 600;
	}
	
	.review__items-header + .reviewslider{
		margin-top: clamp(2.5rem, 2.128vw + 1.835rem, 3.75rem);
	}
	
	.glide__slide {
		transition: all 0.3s ease-in-out;
		&:not(.glide__slide--active){
			opacity: 0.5;
		}
	}
	.review__slideritem-inner{
		background-color: #F3EDE5;
		padding: clamp(1.25rem, 4.149vw + -0.047rem, 3.688rem);
		display: flex;
		flex-direction: column;
		gap: clamp(1.5rem, 1.702vw + 0.968rem, 2.5rem);
		text-align: left;
		height: 100%;
		
		.review__slideritem-content{
			font-weight: 600;
			font-family: Lora, serif;
		}
		
		.review__slidericon{
			width: 36px;
		}
		
		.review__slideritem-author{
			&.review__slideritem-withimage{
				display: flex;
				align-items: center;
				
				img{
					width: 60px;
					height: 60px;
					border-radius: 100%;
				}
				
				p{
					margin-left: 10px;
				}
			}
		}
	}
	
	.glide__arrows{
		margin-top: 40px;
		button{
			border-radius: 100%;
			padding: 0;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 6px;
			background-color: #fff;
		}
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 48px;
		@media screen and (max-width: 500px){
			gap: 20px;
		}
	}
}