.sa-quote {
  background: var(--sa-white);
  padding: 16px;
  border-radius: 24px;
  margin: 0;
  display: inline-flex;
  gap: 12px;
  font-size: 1.5rem;
  font-family: "ChevinPro-DemiBold", "Open Sans", sans-serif;
}

.sa-quote:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22' fill='none'%3E%3Cpath d='M1.75 9.96484C1.75 7.24551 3.95254 5.04297 6.67188 5.04297H7C7.72598 5.04297 8.3125 5.62949 8.3125 6.35547C8.3125 7.08145 7.72598 7.66797 7 7.66797H6.67188C5.40449 7.66797 4.375 8.69746 4.375 9.96484V10.293H7C8.44785 10.293 9.625 11.4701 9.625 12.918V15.543C9.625 16.9908 8.44785 18.168 7 18.168H4.375C2.92715 18.168 1.75 16.9908 1.75 15.543V14.2305V12.918V9.96484ZM12.25 9.96484C12.25 7.24551 14.4525 5.04297 17.1719 5.04297H17.5C18.226 5.04297 18.8125 5.62949 18.8125 6.35547C18.8125 7.08145 18.226 7.66797 17.5 7.66797H17.1719C15.9045 7.66797 14.875 8.69746 14.875 9.96484V10.293H17.5C18.9479 10.293 20.125 11.4701 20.125 12.918V15.543C20.125 16.9908 18.9479 18.168 17.5 18.168H14.875C13.4271 18.168 12.25 16.9908 12.25 15.543V14.2305V12.918V9.96484Z' fill='%23EB5200'/%3E%3C/svg%3E");
  display: block;
  height: 22px;
  align-self: flex-start;
}

.sa-quote:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cg clip-path='url(%23clip0_2332_1133)'%3E%3Cpath d='M20.1667 12.9282C20.1667 15.7771 17.8593 18.0845 15.0105 18.0845L14.6667 18.0845C13.9062 18.0845 13.2917 17.47 13.2917 16.7095C13.2917 15.9489 13.9062 15.3345 14.6667 15.3345L15.0105 15.3345C16.3382 15.3345 17.4167 14.256 17.4167 12.9282L17.4167 12.5845L14.6667 12.5845C13.15 12.5845 11.9167 11.3513 11.9167 9.83447L11.9167 7.08447C11.9167 5.56767 13.15 4.33447 14.6667 4.33447L17.4167 4.33447C18.9335 4.33447 20.1667 5.56767 20.1667 7.08447L20.1667 8.45947L20.1667 9.83447L20.1667 12.9282ZM9.16675 12.9282C9.16675 15.777 6.85933 18.0845 4.0105 18.0845L3.66675 18.0845C2.9062 18.0845 2.29175 17.47 2.29175 16.7095C2.29175 15.9489 2.9062 15.3345 3.66675 15.3345L4.0105 15.3345C5.33823 15.3345 6.41675 14.256 6.41675 12.9282L6.41675 12.5845L3.66675 12.5845C2.14995 12.5845 0.916747 11.3513 0.916747 9.83447L0.916747 7.08447C0.916747 5.56767 2.14995 4.33447 3.66675 4.33447L6.41675 4.33447C7.93355 4.33447 9.16675 5.56767 9.16675 7.08447L9.16675 8.45947L9.16675 9.83447L9.16675 12.9282Z' fill='%23EB5200'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2332_1133'%3E%3Crect width='22' height='22' fill='white' transform='translate(22 22.668) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  height: 23px;
  align-self: flex-end;
}