@charset "UTF-8";
/* CSS Document */

			#testimonials {
				box-sizing: border-box;
				height: 100vh;
				height: 100dvh;
				height: 100svh;
			}
			#testimonials .copies {
				height: var(--copies);
			}
			#testimonials h2 {
				color: white;
				position: relative;
				padding-top:100px;
				padding-bottom: 25px;
			}
			#testimonials .mirror {
				height: 100%;
				color: white;
			}
			#testimonials .background {
				background-color: var(--brand_green);
			}
