#privacypolicy{
    .fv {
        .inner {
          height: 50vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          color: #fff;
    
          h1 {
            font-size: 5rem;
            font-weight: 700;
            margin-bottom: 24px;
            font-family: "Marcellus SC", serif;
          }

          p {
            font-size: 2rem;
          }
        }
      }

      #privacypolicy_contents{
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #F5F5F5;
      }

      .content{
        background-color: #fff;
        font-size: 1.6rem;
        padding: 95px;
        border-radius: 10px;
        @media screen and (max-width: 767px) {
          display: flex;
          align-items: flex-start;
          padding: 50px 40px;
          flex-direction: column;
        }

        h2{
            font-size: 2.2rem;
            font-weight: 700;
            margin-top: 30px;
        }

        p{
            margin-top: 30px;
            font-size: 1.6rem;
            line-height: 130%;
        }

        .btn {
            margin-top: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            @media screen and (max-width: 767px) {
              margin: 50px auto 0;
            }
            a {
              display: inline-block;
              background-color: #000;
              color: #fff;
              font-size: 2rem;
              padding: 15px 50px;
              box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
              border-radius: 3px;
          }
        }
      }
}