


/*============== PRIVACY CSS ==============*/


.privacy_title {
      text-align: center;
      margin-bottom: 5rem;
      padding-top: 5rem;
}

.privacy_article{
      align-items: center;
      margin-top: 5rem;
}

.privacy_article-title {
      font-size: 3rem;
      font-weight: 600;
      color: var(--color-black);
      margin-bottom: 1rem;
      /* text-align: center; */
}

.privacy_article h3{
      font-size: 2rem;
      font-weight: 500;
      text-decoration: underline;
      margin-top: 5rem;
      color: var(--color-black);
}

.privacy_article p {
      font-size: 2rem;
      color: black;
      /* margin-bottom: 1rem; */
}

.privacy_article ul {
      font-size: 2rem;
      list-style-type: circle;
      color: black;
      /* margin-bottom: 1rem; */
}

.privacy_article ul li{
      font-size: 1.8rem;
      list-style-type: "• ";
      color: black;
      margin-left: 40px;
      /* margin-bottom: 1rem; */
}

.privacy_article a {
      margin-top: 1rem;
      color: blue;
      font-weight: 500;
}

/*=================== MEDIA QUERIES (MOBILE) ====================*/

@media screen and (max-width: 600px) {

      .privacy_content h2{
            font-size: 2rem;
      }

      .privacy_content h3{
            font-size: 1.7rem;
      }

      .privacy_content p{
            font-size: 1.2rem;
      }

      .privacy_content ul li{
            font-size: 1.2rem;
      }

}
