.lifestyle-badge-text {
  align-items: center;
  border-radius: 100%;
  border: 0.5rem solid;
  box-shadow: 1rem 1rem 1.5rem -1.5rem rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  font-family: "fave-script-pro", Sans-serif;
  font-size: 3.375rem;
  font-weight: normal;
  justify-content: center;
  line-height: 0.675em;
  margin: -1.5rem;
  min-height: 9.75rem;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotate(-9deg);
  width: 9.75rem;
  z-index: 1;
}