.wrapper .number span {
  border: var(--border--common);
  border-radius: 50%;
  color: var(--color--purple);
  font-size: 2.4rem;
  font-family: var(--font--comfortaa);
  font-weight: bold;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper h3 {
  font-size: 20px;
}


.index-text-content {
	padding: 5px;
}

#index-text-block {
  display: block;
  background-color: #f9f2ef;
  margin-bottom: 10px;
  border-radius: 10px;
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;*/
}