.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}

.top-category{
margin: 120px auto;
}

.top-category-list{
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1000px;
margin: 80px auto;
}

.top-category-list::after {
display: block;
content:"";
width: 30%;
}

.top-category-list p{
font-weight:bold;
text-align:center;
margin-top:10px;
}

.top-category-box{
width:20%;
}
  
@media (max-width: 480px) {
.top-category{
margin: 80px auto;
} 
  
.top-category-list{
margin: 40px auto;
}
  
.top-category-list::after {
display: block;
content:"";
width: 50%;
}
 
.top-category-box{
width:45%;
margin:20px auto;
}
}
  
  