.privacy {
    background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
  }
  .page-title div {
      background-image: url('../images/privacy-title.png?20210408162150');
      width: 640px;
      height: 116px;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin: 0 auto;
    }
    .privacy-main {
      margin: 0 8%;
      margin-top: 8%;
      margin-bottom: 8%;
      height: auto;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      color: #26211A;
    }
    .privacy-content {
        background-size: 100% 100%;
        background-image: url('../images/about-bg.png?20210408162150');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 20px 0 0;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
        background-color: #000;
        border-radius: 25px;
        color: #F7D9AD;
        
    }
    .privacy-content p {
        padding: 6%;
        font-size: 35px;
        line-height: 70px;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
    }
    .privacy-mid {
        background-image: linear-gradient(#F6CE78,#E5D8C6);
        border: 1px solid #e7be4c;
        padding: 6% 0;
        margin-top: 130px;
        border-radius: 25px;
    }
    .privacy-mid-text {
        display: flex;
        justify-content: space-between;
        padding: 0 6%;
    }
    .privacy-mid-left,.privacy-mid-right {
        width: 46%;
        color: #070609;
    }
    .privacy-mid-left span,.privacy-mid-right span {
        font-size: 55px;
        line-height: 70px;
        padding-bottom: 4.5%;
        display: inline-block;
    }
    .privacy-mid-left p, .privacy-mid-right p {
        font-size: 22px;
        line-height: 40px;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
    }
    .privacy-main-title {
        width: 100%;
        background-color: #070609;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 55px;
        color: #F7D9AD;
        padding: 4% 0;
    }
    .consent {
        margin-top: 4%;
        
    }
    .consent p {
        font-size: 28px;
        line-height: 40px;
        color: #070609;
        padding: 0 6%;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
    }
    .consent1 {
        margin-top: 4%;
    }
    .consent1 p {
        font-size: 35px;
        line-height: 70px;
        color: #070609;
        padding: 0 6%;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
    }
    .cookie-content {
        margin: 0 8%;
        color: #EBD76B;
        margin-top: 6%;
        position: relative;
    }
    .line {
        width: 100%;
        height: 1px;
        background-color: #EBD76B;
    }
      .cookie-main {
          width: 100%;
          display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
      }
    .cookie-text {
        margin-bottom: 6%;
        width: 47%;
    }
    .cookie-text span {
        font-size: 55px;
        line-height: 70px;
        display: block;
        margin-bottom: 3%;
    }
    .cookie-text p {
        font-size: 22px;
        line-height: 28px;
        text-align: justify;
        text-justify:inter-ideograph; 
        word-break:break-all;
    }
    .cookie-img {
        width: 47%;
    }
    .cookie-img img{
        width: 100%;
        display: block;
    }