.precious-cta{
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #ccb089!important;
    display: inline-flex;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    border: 1px solid #ccb089;;
    min-width: 122px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 44px!important;
    box-sizing: border-box;
    text-transform: unset!important;
    letter-spacing: unset!important;
    color: #fff!important;
  }
  li{
    list-style-position: inside;
  }
  .Packshot{
    padding: 40px;
  }
  .precious-lp-header{
    margin-bottom: 20px;
  }
  .precious-lp-header__background img{
    height: 500px;
  }
  .precious-lp-header__key-visual{
    margin-bottom: 0;
  }
  .precious-lp-header__logo{
    top: 200px;
    width: 300px;
  }

  @media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
    #BLOCK-QUESTIONS-ROUTINE h2{
      width: 65%;
    }
  }

    @media (max-width: 480px) {
    ol{
      padding-inline-start: 10px;
      width: 95%;
      font-size: 9px;
    }
    .precious-lp-header__background img{
      height: 585px;
    }
    .precious-lp-header__logo{
      left: 15%;
      top: 70%;
      width: 270px;
    }
    #ul-bfaq {
      text-align: left;
    }
  }