.cat_bar {
  border-right: 1px solid #009bd0;
  padding: 13px 5px;
  background-color: #009bd0;
  color: #ffffff;
}
.cat_color {
  color: #b5471c;
}
.categories_list p {
  line-height: 20px;
}
.unselect_car_bar {
  color: #009bd0;
}
.htitle {
  color: #b5471c;
  font-size: 23px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.aboutTitle {
  font-weight: 700;
  font-size: 20px;
  color: #009bd0;
}
.aboutDesc {
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 440px;
}
.criteria {
  padding-inline-start: 15px;
}
.criteria li{
  list-style-type: disc !important;
}

@media only screen and (max-width: 480px) {
  .aboutDesc{
    width:90%;
  }
}