@media (min-width: 992px) {
  .content-quote-box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 10.5rem);
    left: -2.3rem;
    width: 8rem;
    height: 21rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="134.546" height="360" viewBox="0 0 134.546 360"><path d="M74.559,360a254.557,254.557,0,0,1,0-360l59.987,59.987a169.726,169.726,0,0,0,0,240.028Z" fill="%236cc3c0"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.our-services-item-title > div:first-child::before,
header ul.menu > li.current-menu-parent > a:before,
header ul.menu > li.current-menu-item > a:before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="16" fill="none"><path stroke="%236cc3c0" stroke-width="2" d="M17.417 4.627 7.6 14.412 1.417 8.246 4.7 4.973l2.96 2.95 6.531-6.511z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 0.5rem;
}

.content-text-image h2::before,
.content-text-image h3::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml,<svg width="44" height="37" viewBox="0 0 44 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41.1143 10.0433L17.1901 34.1284L2.11426 18.9511L10.1171 10.8944L17.331 18.1568L33.2523 2.12842L41.1143 10.0433Z" stroke="%236CC3C0" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 1rem;
}

.content-logos .tile,
.content-logos .swiper-slide {
  border-radius: 8rem;
}
