.category-title {
  background-color: #00abf5;
  color: #ffffff;
}

.subcategory-title {
  display: flex;
  align-items: center;
  margin: 24px 0;
  font-size: 18px;
  font-weight: 700;
}

.subcategory-title::before,
.subcategory-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #0e1b42;
}

.subcategory-title span {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0e1b42;
  background: #ffffff;
}

@media (max-width: 767px) {
  .subcategory-title::after {
    display: none;
  }
}

@media (max-width: 574px) {
  .subcategory-title span {
    width: 139px;
    height: 55px;
    line-height: 55px;
  }
}
