
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}

p{
  margin: 10px 0;
}

hr {
    margin: 5px 0;
}


p{
  font-size: 16px;
}



a{
  text-decoration: none;
}

h1,h2,h3,h4,h5{
  font-weight: 600;
  margin: 0;
}



h1{
  font-size: 22px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 18px;
}


h4{
  font-size: 16px;
  margin: 5px 0;
}


h5{
  font-size: 14px;
}


.breadcrumbs{
  padding: 10px 6px;
}

.breadcrumbs_item{
  display: inline-block;
}

.breadcrumbs_item:not(:last-of-type)::after{
  content: '/';
  margin: 0 2px;
  color:#133D96;

}

.breadcrumbs_link{
  text-decoration: none;
  color: #133D96;
}

.breadcrumbs_active{
  text-decoration: none;
  color: #133D96;
}









.next_margin_ver{
  margin-bottom: 12px;
}

.next_padding_all{
  padding: 10px;
}

.main_post_calendar_line:not(:last-of-type){
  margin-bottom: 2px;
}

.main_post_item_title{
  font-weight: 600;
  display: inline-block;
  min-width: 75px;
}

.main_post_flex{
  display: flex;
}




@media (max-width: 993px){
.w3-col.m8 {
    width: 100%;
}
.w3-col.m4 {
    width: 100%;
}
}