.notAuth {
  font-size: 30px;
  text-align: center;
  margin: 30px;
  font-weight: 600;
}

.line {
  background: linear-gradient(90deg, #666F78 0%, #8696A0 14%, #C9CED1 27%, #8696A0 41%, #CBCFD2 53%, #C9CED1 65%, #8696A0 77%, #666F78 87%, #8696A0 100%);
  width: 100%;
  height: 24px;
}

.hero {
  position: relative;
  z-index: 0;
  background-image: url("./assets/hero-inf-1-new.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero__content {
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.hero__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: black;
  margin: 0;
}
.hero__name span {
  font-size: 36px;
  font-family: "Anticva", sans-serif;
  line-height: 1.5;
}
.hero__span {
  color: #C10352;
  line-height: 1.5;
}
.hero__shield {
  width: 240px;
}

.inf {
  padding: 30px 0;
}
.inf img {
  width: 100%;
}

.tag {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  .hero {
    background-position: 70%;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    padding: 30px 0;
  }
  .hero__name {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  .hero__name span {
    font-size: 24px;
  }
  .line {
    height: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
