.customer-stories .cta-btn {
	background-color: var(--color-green-light);
	color: var(--color-petrol);
	border: none;
}

.customer-stories .cta-btn:hover {
	background-color: var(--color-petrol);
	color: var(--color-green-light);
}

.customer-stories .cover-heading {
	font-weight: 400 !important;
	color: #1a5059;
	justify-content: center;
}

.customer-stories .heading {
	font-size: 2.45rem;
	font-weight: 400 !important;
	color: #1a5059;
	justify-content: center;
}

.customer-stories .cover-img-heading {
	color: #1a5059;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 25%;
}

.customer-stories .highlight-container {
	margin-left: -15px;
	margin-top: -25px;
}

.customer-stories .cover-highlight-heading {
	background-color: var(--color-green-light);
	font-weight: 400 !important;
}

.customer-stories .cover-right-icon {
	margin-top: 90px;
	height: 90px;
}

.customer-stories .cover-left-icon {
	margin-top: -107px;
	height: 90px;
}

.customer-stories .cover-container .carousel-item img {
	aspect-ratio: 2/3;
	width: 100%;
	object-fit: cover;
}

.customer-stories .cover-text {
	font-weight: 400;
	font-size: var(--16px);
	line-height: 1.5;
	color: var(--color-primary-text);
}

.customer-stories .cover-quote-text {
	font-weight: 400;
	font-size: var(--14px);
	line-height: 1.42;
	color: #1a5059;
}

.customer-stories .cover-quote-author {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.16;
	color: var(--color-petrol);
}

.customer-stories figure>figcaption>p {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.16;
	color: var(--color-petrol-70);
}

.customer-stories .img-right-bottom {
	padding-top: 10%;
	justify-content: end;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.customer-stories .img-right-bottom {
		margin-top: 10%;
		justify-content: center;
	}
}

.customer-stories .img-left-center {
	margin-bottom: 5%;
	margin-top: 5%;
	justify-content: left;
}

@media only screen and (max-width: 600px) {
	.customer-stories .img-left-center {
		margin-top: 5%;
		margin-bottom: 5%;
		justify-content: center;
	}
}

.customer-stories .img-right-center {
	margin-bottom: 7%;
	margin-top: 7%;
	justify-content: center;
}

.customer-stories .cover-header-hr {
	border-top: 2px solid var(--color-green-light);
	width: 10%;
}

.customer-stories .content-left-centered {
	margin-left: 25%;
}

.customer-stories .video-container iframe {
	min-height: 375px;
	width: 100%;
}

.customer-stories .video-grid iframe {
	min-height: 300px;
	width: 100%;
}

.customer-stories .link_cta {
	text-decoration: none !important;
}

.customer-stories .text-media-content h2 {
	font-size: 64px;
}

.customer-stories .text-media-content h3 {
	font-size: 56px;
}