html{
    scroll-behavior: smooth;
  }
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px ;
}
.page-home .section-faq{
    background-image: none;
}
.faq-low {
	margin: 0 0 50px;
}

.c-container{
    display:flex; 
    justify-content: center;
}
.category_list{
    font-weight: bold;
}
.category_list_item{
    color: #333333 !important;
}
.category{
background: #FFF7DE 0% 0% no-repeat padding-box;
padding:0.3rem 1em;
border-radius: 10px;
font-size:1.3rem;
margin-bottom: 1.3rem !important;
}


@media (max-width: 767px) {
    .category{
      margin-right: -20px;
      margin-left: -20px;
      margin-bottom: 0px;
      border-radius: 0;
    }
    .c-container{
        display:inline; 
    }
  }
