.hero__tag-icon {
  max-width: 36px;
}

.hero__tag {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a5c5d0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;

  @media screen and (max-width: 479px) {
    margin-bottom: 20px;
  }
}

.hero__max-content .hero__title {
  max-width: 604px;
}
.hero__max-content .hero__text {
  max-width: 539px;
  margin-bottom: 0;
}