.home-highlight {
  position: relative;
}

.home-highlight::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 38px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
