.quote-heading {
    position: relative;
}

.quote-heading:before,
.quote-heading:after {
    content:'';
    position: absolute;
    top: 15px;
    background-image: url('/wp-content/uploads/2022/09/quote-icon.svg?cache=no');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    width: 60px;
    height: 60px;
    visibility:visible;
    filter: invert(39%) sepia(95%) saturate(1936%) hue-rotate(172deg) brightness(98%) contrast(101%);
    top: calc(50% - 30px);
}

.quote-heading:before{
    left:0;
}

.quote-heading:after{
    right: 0;
    transform: rotate(180deg);
}

@media (max-width: 989px) {
  .quote-heading:before,
  .quote-heading:after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px)
  }

  .quote-heading {
    padding: 0 50px
  }
}

.review-cards {
  columns: 18rem;
  gap: 30px;
  counter-reset: grid;
}

.review-card + .review-card {
  margin-top: 30px;
}

.review-card {
  break-inside: avoid;
  aspect-ratio: 4 / 2;
  background: #fff;
}

.review-card,
.post-featured-image {
  border-top-left-radius: 60px;
}

#top #wrap_all .all_colors .review-card h3 {
    font-weight: 400 !important;
    font-size: 18px;
    border-top: 2px solid #BCB4AC;
    padding-top: 15px;
    margin-top: 25px;
    line-height: 1.4 !important;
}

.review-content {
    font-style: italic;
}

.review-subhead,
.review-content {
    font-size: 16px;
    font-weight: normal !important;
}

.review-subhead {
    font-size: 14px;
}

.review-card .post-featured-image {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.review-content-wrap {
    padding: 15px 40px 30px;
}

.division-wrap,
.division-wrap .facetwp-facet {
    display: flex !important;
    flex-wrap: wrap;
}

.division-wrap {
    color: var(--navy);
    justify-content: center;
    align-items: center;
    gap: 25px !important;
}

.division-wrap .facetwp-facet {
    justify-content: center;
    gap: 15px !important;
    margin: 0 !important;
}

.facel-shortcode .facetwp-radio {
    background-image: none !important;
    border: 1px solid;
    display: inline-block;
    margin: 0 !important;
    padding: 6px 15px;
    transition: .5s;
    font-size: 16px;
    border-radius: 25px;
}

.facel-shortcode .facetwp-radio.checked,
.facel-shortcode .facetwp-radio:hover {
    background-color: var(--navy);
    color: #fff !important;
}

.facel-shortcode .facetwp-radio:nth-child(1) {
    order: 99;
}

.facel-shortcode .facetwp-radio:nth-child(4) {
    order: 98;
}

.review-video:not(.avia-popup) {
    padding-bottom: 125%;
}