.greeting_text {
  line-height: 2;
}

.name {
  position: relative;
  padding-left: 1.2em;
  font-weight: bold;
}
.name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: #4BCCBE;
  border-radius: 50%;
  display: block;
}/*# sourceMappingURL=about.css.map */