Edit in JSFiddle

<div class="container">
<div class="row">
<div class="col-4 col-lg-3 col-md-6 lower-right">
  <a class="privacy-button a" data-toggle="modal" data-target="#privacyModal">Privacy Policy</a>
  <!-- Modal -->
  <br>
</div>
<div class="col-4 col-lg-3 col-md-6 lower-right">
  <a class="privacy-button a" data-toggle="modal" data-target="#disclaimerModal">Disclaimer</a>
  <!-- Modal -->
</div>
</div>
</div>
<div id="privacyModal" class="modal fade rc-modal container" role="dialog" style="display: none;" aria-hidden="true">
  <div class="modal-dialog">

    <!-- Modal content-->
    <div class="modal-content">
     
      <div class="modal-body">
         <a type="" class="close rc-modal" data-dismiss="modal" tabindex="0" data-target="#teamModal">
        <i class="fa fa-times" aria-hidden="true"></i>
      </a>
        <div class="">

          <h1>Privacy Policy</h1>

          <hr style="visibility: hidden; margin-top: 2px;"> This privacy policy sets out the information gathering and dissemination practices of Evolve Funds Group Inc. (“Evolve Funds”) in the use of the&nbsp;evolvefunds.com&nbsp;website. By using the website, you are consenting to this privacy policy
          and the collection, use and disclosure of your personal information by Evolve Funds as outlined in this privacy policy. If this privacy policy is not acceptable to you, please do not submit any of your personal information. We may update this
          privacy policy from time to time and you are responsible for periodically reviewing the most current version of this privacy policy on the Website. Your continued use of the Website or submission of Collecting, Using and Disclosing Information.&nbsp;
          This privacy policy describes our policies regarding the collection, use and disclosure of the personal information that we (or our Service Providers on our behalf) collect about you on the Website such as your name, address, phone number, fax
          number, e-mail address or payment information. We may collect this information when you subscribe to, or sign your company up for, certain services, tools or features that we provide, when you register for seminars or other programs that we
          offer, when you fill out forms made available through the Website, when you enter a promotion or contest, when you complete a survey, when you e-mail us with general inquiries or with your comments or suggestions, or otherwise in connection
          with your use of the Website. We will limit the personal information we collect to what we need for the purposes for which it was collected, and will use such personal information for such purposes. We may also use personal information we collect
          to provide you with information on products, services and events that we or third parties offer that we believe may be of interest to you. If we wish to use your personal information for any other purpose, we will obtain your consent before
          using the information.
          <h3>Storing of Information and Restricting Access</h3> We may store your personal information (in encrypted form where we believe it to be highly sensitive) in electronic databases or e-mail boxes hosted by us or our Service Providers, for periods of time and with safeguards that we believe are
          reasonable depending on the nature and sensitivity of the information. Access to the information is restricted in accordance with our security protocols. Due to the nature of Internet communications and evolving technologies, Evolve Funds cannot
          provide assurance that the personal information we collect will remain free from loss, interception, misuse or alteration by third parties and Evolve Funds shall have no liability for any loss, interception, misuse or alteration.
          <h3>Automatic Collection of Information</h3> In some cases, we may collect information about you that is not personally-identifiable. Examples of this type of information include your Internet protocol (IP) address, the type of Internet browser you are using, the type of computer operating
          system you are using, and the advertisement or domain name of the website from which you linked to the Website.
          <h3>Cookies</h3> Some pages on the Website use a technology called “cookies”. A cookie is a token that a server gives to your browser when you access a website. Cookies are capable of storing many types of data. Cookies may be placed by Purpose Investments
          or a third party. Cookies help provide additional functionality to the Website or help provide and analyze Website traffic and usage information. For instance, our server may set a cookie that keeps you from having to enter a password more than
          once during a visit to one of the Website. In all cases in which cookies are used, we will not collect personally-identifiable information except with your permission. With most Internet browsers, you can erase cookies from your computer hard
          drive, block all cookies, or receive a warning before a cookie is stored. Please refer to your browser instructions or help screen to learn more about these functions.
          <h3>Releasing Information</h3> We may provide your personal information to other persons but only if:&nbsp; we have your consent; we provide the information to Service Providers who assist us in serving you and who have agreed to appropriate contractual provisions regarding
          the protection of personal information in accordance with applicable law; or we are required to do so by law, regulation or court order.&nbsp; We may send your personal information outside of the country for the purposes set out herein, including
          for process and storage by Service Providers in connection with such purposes, and you should note that while such information is out of the country, it is subject to the laws of the country in which it is held, and may be subject to disclosure
          to the governments, courts or law enforcement or regulatory agencies of such other country, pursuant to the laws of such country.
          <h3>Respecting and Responding to Your Privacy Concerns</h3> You have the option to refuse or withdraw consent to the collection, use and disclosure of your personal information, and we will respect your choices. If you wish to exercise this option or if you have any questions or enquiries with respect
          to our privacy policies or procedures, please send a written request to:&nbsp;[email protected]. We will investigate and respond to your concerns about any aspect of our handling of your information. If you wish to edit and/or delete your
          information related to the tool features on our Website (including changing your settings such that you no longer receive Alerts), you may do so online through the Tools section on&nbsp;evolvefunds.com

          <hr style="visibility: hidden; margin-top: 2px;"> BY USING THE WEBSITE, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS PRIVACY POLICY, UNDERSTAND IT AND AGREE TO ALL OF THE TERMS AND CONDITIONS IN THIS PRIVACY POLICY. </div>
      </div>
    </div>

  </div>
</div>

<div id="disclaimerModal" class="modal fade rc-modal container" role="dialog">
  <div class="modal-dialog">

    <!-- Modal content-->
    <div class="modal-content">

      <div class="modal-body">
        <a type="" class="close rc-modal" data-dismiss="modal" tabindex="0" data-target="#teamModal">
          <i class="fa fa-times" aria-hidden="true"></i>
        </a>
        <div class="">

          <h1>Disclaimer</h1>

          <hr style="visibility: hidden; margin-top: 2px;"> The content on this Website is provided for informational purposes only and is not intended to provide financial, legal, accounting or tax advice and should not be relied upon in that regard. You should not act or rely on the content on this
          Website without first seeking the advice of appropriate professional advisors. </div>
      </div>

    </div>

  </div>
</div>