.noListStyle ul {list-style: none;margin: 0;padding: 0;}
.taglistsection ul {display: flex;align-items: center;justify-content: center;gap:20px 30px;flex-wrap: wrap;}
.taglistsection ul li {margin: 0;}
.taglistsection ul li a {font-family: Noto Sans;font-size: 16px;font-style: normal;font-weight: 300;letter-spacing: 3px;text-decoration: none;text-transform: uppercase;color: #444;padding: 5px 0px;position: relative;}
.TopicListSection {padding: 170px 0 70px;}
.taglistsection ul li.current a {font-weight: 700;color: #e8837e;}

@media(max-width:850px){
  .TopicListSection {padding: 140px 0 70px;}
}
@media(max-width:767px){
  span.category-title {
    cursor: pointer;
    display: block !important;!i;!;
    padding: 10px;
    text-align: left;
    border: 1px solid #444;
    font-size: 18px;
    line-height: 1.5;
    background-image: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M11.1808 15.8297L6.54199 9.20285C5.89247 8.27496 6.55629 7 7.68892 7L16.3111 7C17.4437 7 18.1075 8.27496 17.458 9.20285L12.8192 15.8297C12.4211 16.3984 11.5789 16.3984 11.1808 15.8297Z" fill="%2333363F"/></svg>');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px;
  }

  .taglistsection {
    position: relative;
  }

  .taglistsection ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    display: none;
  }
  .taglistsection ul li a{
    display:block;
  }
}