@import url('./common.css');


#thanks{
.wrapper{
  .title{
    margin-top: calc(220 / 1363 * 100%);
                            &:after {
                        content: "";
                        display: block;
                        width: 80px;
                        height: 2px;
                        background-color: var(--gold);
                        margin: calc(70 / 1363 * 100%) auto;
                        @media screen and (min-width: 769px) {
                        height: 4px;
                        }
                    }
                  }
  .text{
      font-size:clamp(16px, 0.4vw + 14.48px, 20px);
      font-weight: 400;
      line-height: 2;
    margin: 0 auto;
    margin-bottom:calc(80 / 1363 * 100%);
    &.center{
      @media screen and (min-width: 769px) {
      text-align: center;
      }
    }
    br{
      display: none;
      @media screen and (min-width: 769px) {
        display: block;
      }
    }a{
      text-decoration: underline;
    }
    }
      
        
      }
    }


