.section-spacing {
  /* padding-bottom: 5rem; */
  padding-top: 0.5rem;
}
.section-spacing:first-child {
  padding-top: 10rem;
}

.section-title {
  color: #403e3b;
  margin-bottom: 5rem;
}

.section-cta-btn {
  margin-top: 3.5rem;
}

/* .gray-background {
  background: #f5f0eb;
} */

.gray-arrow {
  position: relative;
}
.gray-arrow .triangle-background {
  fill: #f5f0eb;
  position: absolute;
  top: 0px;
}

.testimonial-stars .testimonial-holder {
  background: white;
  border: 2px solid #FFD200;
  border-radius: 10px 10px 70px 10px !important;
  /* padding: 1.5rem 3rem 1.5rem 3rem; */
  margin: 0 5%;
}
.dateBlock {
  background: #FDA31B;
  width: fit-content;
  display: ruby;
  padding: 6px 10px;
  color: #004439;
  font-weight: 600;
  border-radius: 40px 0px 0px 40px;
}
.dateTxts {
  display: ruby;
  margin: 0;
}
.nameChat {
  padding-left: 1em;
  padding-right: 1em;
}

.testimonial-stars .testimonial-meta h4 {
  /* margin-bottom: 0.5rem; */
  font-size: 16px;
  font-weight: 600;
  color: #004439;
}
.testimonial-stars .testimonial-meta p {
  opacity: 0.75;
}
.testimonial-stars .t-stars-box {
  color: #f64747;
  padding-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .testimonial-stars .t-stars-box {
    text-align: right;
  }
}
.testimonial-stars .testimonial-graphic {
  opacity: 0.75;
}
.testimonial-stars .testimonial-graphic .testimonial-meta {
  margin-bottom: 1rem;
}
.testimonial-stars .testimonial-graphic .t-stars-box {
  margin-bottom: 2.5rem;
}
.testimonial-stars .t-graphic-meta-text, .testimonial-stars .t-graphic-text {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}
.testimonial-stars .t-graphic-meta-text {
  background: #e1e8ee;
}
.testimonial-stars .t-graphic-meta-text:last-child {
  width: 80%;
}
.testimonial-stars .t-graphic-text {
  background: #f4f4f4;
}

.gradient-background {
  background: #F3515F;
  background: linear-gradient(to bottom, #fd5859, #fd7b51);
  color: white;
}
.gradient-background .text-muted {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.gradient-background.cta-section {
  padding: 12.5rem 0 12.5rem 0;
}
.gradient-background h1, .gradient-background h2, .gradient-background h3, .gradient-background h4, .gradient-background h5, .gradient-background h6 {
  color: white;
}
.gradient-background blockquote .lead-1,
.gradient-background blockquote .lead-2,
.gradient-background blockquote .lead-3,
.gradient-background blockquote .lead-4 {
  color: white;
}
.gradient-background blockquote footer {
  color: white;
}
.gradient-background blockquote .lead-2 {
  font-size: 2rem;
  line-height: 2.7rem;
}

.btn-cta {
  background: white;
  color: #f64747;
  border-color: white;
  box-shadow: 1px 3px 5px 0 rgba(120, 90, 50, 0.5);
  padding: 12.5px;
  min-width: 30rem;
  font-size: 2.5rem;
}
.btn-cta:hover, .btn-cta:focus {
  background: #f64747;
  color: white;
  border-color: #f64747;
}

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 200px;
  float: left;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #FDA31B;
  color: #fff;
  text-decoration: none;
  font: 24px/27px Arial, sans-serif;
  border-radius: 30px;
}
.jcarousel-control-prev:hover, .jcarousel-control-prev:focus,
.jcarousel-control-next:hover,
.jcarousel-control-next:focus {
  color: rgba(255, 255, 255, 0.75);
  background: #FDA31B;
  text-decoration: none;
}

.jcarousel-control-prev {
  left: 0;
}

.jcarousel-control-next {
  right: 0;
}