@media screen and (max-width: 1024px) {
  #SBP23 .topicList__item {
    display: block;
  }
  #SBP23 .topicList__thumb {
    width: 100%;
    box-sizing: none;
    margin-top: 10px;
    padding-right: 0px;
  }
  #SBP23 .topicList__text {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
  }
  #SBP23 .topicList__title {
    text-decoration: none;
    display: block;
    margin-top: 0 !important;
    line-height: 2 !important;
  }
  #SBP23 .topicList__thumb {
    
  }
  #SBP23 .topicList__title::after {
    width: 7px;
    height: 11px;
    background-size: 100% auto;
  }
  #SBP23 .topicList__date {
    font-size: 1.2rem;
    margin-top: 5px !important;
  }
}