.enquiry-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  font-size: 0;
}

.enquiry-arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  left: -1px;
  top: 7px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.enquiry-arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 0;
  top: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
