#category-banner {
  margin-bottom: 15px;
}

#category-description {
  margin-bottom: 25px;
}

.subcategory-title {
  margin: 0;
}
.col-md-12.col-xs-6.row.select_product_sort {
  height: auto;
}
h3.ecm_subcategory_title {
  font-size: 16px;
    font-weight: 400;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
h2.category-description{
  font-size: 32px;
    font-weight: 400;
    color: #292929;
    padding-bottom: 30px;
    padding-top: 40px;
    text-transform: inherit;
}
@media (max-width: 767px){
  h3.ecm_subcategory_title {
    font-size: 14px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  h2.category-description{
  font-size: 16px;
    font-weight: 600;
    color: #292929;
    padding: 0;
    text-transform: inherit;
    display: inline-block;
  }
}