/* =========================================
   REGULAMIN PAGE STYLES
   ========================================= */

   .reg_content_container {
    text-align: center;
    max-width: 1000px;
   }
   .reg_content_container h2 {
    margin-bottom: 20px;
   }
   .reg_content_container h3 {
    text-align: center;
    margin-bottom: 5px;
   }
   .reg_content_container p {
    margin-bottom: 20px;
    text-align: justify;
   }
   @media (min-width: 768px) {
    .title_container {
        margin-bottom: 50px;
    }
    }