.ReferenceItem {
  position: relative;
  display: flex;
  transition: var(--animationBase);
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  transition-property: transform;
  flex-direction: column;
  gap: 35px;
  padding: 30px 0 0;
  box-sizing: border-box;
}

@media (min-width: 36.01rem) {
  .ReferenceItem {
    padding: 55px 0 0 86px;
  }
}

@media (min-width: 48.01rem) {
  .ReferenceItem {
    padding: 55px 86px 0;
  }
}

.ReferenceItem-text {
  position: relative;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.8px;
}

.ReferenceItem-text::before {
  display: none;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="151" height="113" viewBox="0 0 151 113" fill="none"><path d="M150.183 15.0592C139.774 19.3785 131.262 24.7196 124.656 31.0789C118.05 37.4451 114.742 43.0761 114.742 47.9805C114.742 50.4292 119.068 53.1731 127.724 56.2087C129.477 56.7903 130.823 57.2584 131.759 57.6094C136.673 59.2425 140.444 62.1628 143.076 66.365C145.708 70.5691 147.024 75.5276 147.024 81.2494C147.024 90.7036 144.333 98.3484 138.953 104.187C133.572 110.024 126.556 112.943 117.899 112.943C108.309 112.943 100.413 109.354 94.2112 102.172C88.0127 94.9933 84.9135 85.7399 84.9135 74.4185C84.9135 56.7903 90.412 41.3819 101.405 28.1918C112.401 15.0033 127.608 5.60148 147.023 0.000191011L150.183 15.0592ZM65.4395 15.0592C55.0322 19.3785 46.494 24.7196 39.8247 31.0789C33.1555 37.4452 29.8235 43.0761 29.8235 47.9805C29.8235 50.4292 34.1547 53.1731 42.8085 56.2087C44.681 56.7903 46.0862 57.2584 47.019 57.6094C51.8175 59.2425 55.5572 62.1628 58.247 66.365C60.9367 70.5691 62.2825 75.5276 62.2825 81.2494C62.2825 90.7037 59.5945 98.3484 54.2115 104.187C48.8355 110.024 41.8145 112.943 33.1572 112.943C23.569 112.943 15.6432 109.354 9.38524 102.172C3.13074 94.9933 -1.7637e-05 85.7399 -1.86267e-05 74.4185C-2.01678e-05 56.7903 5.50022 41.382 16.492 28.1918C27.4872 15.0033 42.7525 5.60149 62.2842 0.000198419L65.4395 15.0592Z" fill="%23D9D9D9" fill-opacity="0.2"/></svg>');
  position: absolute;
  top: -55px;
  left: -75px;
  width: 150px;
  height: 112px;
  z-index: -1;
}

@media (min-width: 36.01rem) {
  .ReferenceItem-text::before {
    display: block;
  }
}

.ReferenceItem-name {
  color: #998878;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

/*# sourceMappingURL=reference-item.min.css.map */
