.hero-wrap {
  min-height: 350px;
}

.hero-search {
  margin-top: 21px;
}

.hero-stats {
  margin-top: 17px;
}

.hero-mark {
  height: 255px;
}

.hero-mark::before {
  width: 225px;
  height: 225px;
}

.hero-mark::after {
  width: 155px;
  height: 155px;
}

.hero-mark strong {
  width: 108px;
  height: 108px;
  border-radius: 30px 30px 30px 7px;
  font-size: 25px;
}

.hero-mark span:first-child {
  top: 24px;
}

.hero-mark span:last-child {
  bottom: 34px;
}

@media (max-width: 640px) {
  .hero-wrap {
    min-height: 0;
  }

  .hero-wrap > div:first-child {
    padding: 36px 0 30px;
  }

  .hero-search {
    margin-top: 18px;
  }

  .hero-stats {
    margin-top: 14px;
  }
}
