.header-rule {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin: 20px 0 16px;

  }

  .header-rule span {

    display: block;

    width: 48px; height: 1px;

    background: linear-gradient(to right, transparent, #D4A49F);

  }

  .header-rule span:last-child {

    background: linear-gradient(to left, transparent, #D4A49F);

  }

  .header-rule i {

    width: 5px; height: 5px;

    border-radius: 50%;

    background: #D4A49F;

    display: block;

    font-style: normal;

  }
