.msc-catalog-section {
  display: block;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 40px;
}
.msc-catalog-brands--items {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #555;
}
.msc-catalog-brands--item {
  height: 50px;
  display: block;
}
.msc-catalog-brands--item img {
  height: 100%;
  width: auto;
  opacity: 0.4;
}
.msc-catalog-brand-selected {
  opacity: 1 !important;
}
.msc-catalog--items {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-flow: wrap;
}
.msc-catalog--item {
  width: 20%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.msc-catalog--item-type {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 0 0 15px;
}
.msc-catalog--item-img {
  display: block;
  text-align: center;
}
.msc-catalog--item-img img {
  width: 90%;
}
.msc-catalog-select {
  width: 100px;
  margin: 15px 0 5px;
}

@media (max-width: 768px) {
  .msc-catalog--item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .msc-catalog--item {
    width: 100%;
  }
}
