/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.overline {
  display: inline-block;
  padding: 0.1rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #e5e4eb;
  color: #6a61a1 !important;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .overline {
    font-size: 12px;
    padding: 0.1rem 0.5rem;
    letter-spacing: 0px;
  }
}

.color-tertiary {
  color: var(--color-content-secondary) !important;
}

.benefit-wrap {
  min-height: 150px;
  background-color: var(--color-content-bg-alt);
  padding: 2rem;
  border-radius: 1em;
  border-width: 1px;
  border-style: solid;
  /* margin: auto; */
  border-color: var(--color-content-border);
  vertical-align: middle;
  display: flex;
  justify-content: center;
}
.benefit-counter {
  margin-bottom: 1rem;
  font-weight: bold;
}
.benefit-title {
  text-transform: uppercase;
}
.cta-row-lg {
  background: var(--color-content-primary);
  padding: 3rem;
  border-radius: 1rem;
}
.cta-row-lg h3,
.cta-row-lg p {
  color: #fff;
  text-align: center;
}
.testimonial-wrap .post_image {
  margin: 0.5rem !important;
  border-radius: 0.25rem;
}
.testimonial-wrap .post_content {
  color: var(--color-content-primary);
  font-size: 1.125rem;
}

.testimonial-wrap .post_content_wrap {
  margin: 0.5rem;
}

.testimonial-wrap .usg_hwrapper_1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  align-content: center;
}

.review-left-wrap {
  padding: 4rem 1rem;
  border-radius: 1rem;
  border-width: 0;
  border-color: transparent;
  background: #8b83c6;
}
.review-right-wrap {
  padding: 1rem;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
  border-color: transparent;
  background: var(--color-content-border);
}

@media screen and (min-width: 990px) {
  .review-left-wrap {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .review-right-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .features-grid .l-section-h .wpb_row {
    gap: 1rem;
  }
}
