#home {
	background: linear-gradient(rgba(21, 21, 37, 0.68), rgba(21, 21, 37, 0.68)), url("../images/hero-section.jpg") center center / cover no-repeat;
    flex-direction: column;
    padding: 0px 0px 160px;
	min-height: 50vh;
}

.our-story-section {
	display: flex;
	flex-direction: column;
	width: 150px;
	min-width: 150px;
	padding-right: 30px;
	margin-right: 40px;
	position: relative;
}

.our-story-section::after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 4px;
	border-radius: 2px;
	right: -25px;
	background: linear-gradient(rgb(102, 186, 241) 0%, rgb(51, 130, 209) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

#back-to-top-btn {
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin-bottom: 40px;
	margin-left: 40px;
	z-index: 500;
}

.testimonial-text::before {
	content: open-quote;
	font-family: serif;
	font-size: 3rem;
	display: inline;
	height: 0;
	line-height: 0;
	position: relative;
	left: 0px;
	top: 20px;
	color: var(--brandyellow);
}

.testimonial-text::after {
	content: close-quote;
	font-family: serif;
	font-size: 3rem;
	display: inline;
	height: 0;
	line-height: 0;
	position: relative;
	left: 10px;
	top: 20px;
	color: var(--brandyellow);
}

.testimonial-author {
	color: var(--brandyellow);
	font-size: 0.85rem;
}
