.product-search .categories_page .category-block-title{
  font-size:36px;
  font-weight:600;
  margin:0px auto;
  color: var(--color-base);
  text-align:center;
  margin-bottom:45px;
} 

.product-search .categories_page .category-block-title span::after {
    content: "";
    display: block;
    position: relative;
    width: 250px;
    height: 3px;
    background: #0b7f60;
    margin: 10px auto 0 auto;
}

.product-search .categories_page .category-block-title .categories-header-subtitle {
    font-size: 16px;
    max-width: 800px;
    line-height: normal;
    margin: 25px auto 0 auto;
    font-weight: 400;
    color: #000000;
}