.elementor-container {
  max-width: var(--content-width);
}

.feed-rating {
  position: relative;
  line-height: 1em;
  display: inline-block;
  letter-spacing: 5px;
  font-size: 90%;
}

.feed-rating .star {
  color: #FDA800;
  white-space: nowrap;
}

.feed-rating .star:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome';
  font-weight: 700;
}

.feed-rating .star.front {
  opacity: 0.2;
}

.feed-rating .star.back {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.testimonial-item {
  position: relative;
}

.testimonial-header {
  overflow: hidden;
}

.testimonial-item .testimonial-header .title {
  font-size: 24px;
  margin: 0 0 4px 0;
  padding-top: 3px;
}

.testimonial-item .testimonial-header .position {
  font-size: 16px;
  font-weight: 500;
}

.testimonial-item .testimonial-header .thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 16px;
}

.testimonial-item .testimonial-header .thumbnail {
  width: 60px;
  height: 60px;
  box-shadow: none;
  border-radius: 999px;
  line-height: 1em;
  border: 3px solid white;
  background-color: white;
}

.testimonial-item .testimonial-header .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 4px;
}

.testimonial-item .testimonial-header .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4em;
}

.testimonial-header {
  background-color: #EFEFEF;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

.testimonial-item {
  background-color: white;
  padding: 32px;
  border-radius: 8px;
}

.testimonial-item .description {
  font-size: 18px;
  font-weight: 300;
}

.slider_pagination_image {
  display: flex;
  flex-wrap: wrap;
}

.slider_pagination_image .bullet {
  width: 60px;
  height: 60px;
  line-height: 0em;
  overflow: hidden;
  border-radius: 99px;
  display: inline-block;
  margin: -6px;
  border: 3px solid white;
  transition: .3s;
  box-shadow: 0 0 0px 0px var(--accent-color);
}

.slider_pagination_image .bullet.active {
  box-shadow: 0 0 0px 1px var(--accent-color);
}

@media only screen and (max-width: 768px) {
    .testimonial-header {
            margin-bottom: 10px;
            padding: 10px;
    }
}
