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