.bottleneck h3{
    font-size: 24px;
    padding-bottom: 12px;
}
.bottleneck{
    background: #efefef;
    padding: 90px 0 90px 0;
}
.mt{
    padding-top: 5%;
}
.bottleneckcard{
    background: #fff;
  border: 1px solid #e7e6e6;
  margin-bottom: 0;
  min-height: 100%;
  place-content: flex-start;
  padding: 22px 48px 32px;
  border: 1px solid #A9B4BC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.icon-box-border {
	border: 1px solid #cac6c6;
  padding: 15px;
}
.headingstyle{
 font-family: "PT Serif",serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #1b3942;
  font-size: 53px;
  line-height: 1.1320754717em;
}
.ld-fancy-heading h3{
	font-family: "PT Serif",serif;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #1b3942;
  font-size: 53px;
  line-height: 1.1320754717em;
}
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
  border-radius: 38px;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Individual button styles */

/* Rayen */
.button--rayen {
	overflow: hidden;
	padding: 0;
	width: 165px;
}
.button--rayen.button--inverted {
	color: #fff;
}
.button--rayen::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.button--rayen.button--inverted::before {
	background: #fff;
	color: #37474f;
}
.button--rayen > span {
	display: block;
}
.button--rayen::before,
.button--rayen > span {
	padding: 9px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--rayen:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#testimonials {
	background: #000;
	padding-top: 114px;
  padding-bottom: 114px;
  }
  .green-highlight{
	background: #124a47;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 3%;
  }
  .green-highlight h1{
	color:#fff;
  }
  .green-bg{
	background: #124a47;
  }