.bcsl-blocks-item {
  padding: 1.5rem; }
  .bcsl-blocks-item__image {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: block; }
    .bcsl-blocks-item__image-wrapper {
      position: relative;
      padding: 1rem;
      margin: -1rem -1rem 0;
      display: block;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    .bcsl-blocks-item__image-canvas {
      position: relative;
      padding-bottom: 90%;
      display: block; }
  .bcsl-blocks-item__title {
    max-height: 2.5rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
    overflow: hidden; }
    .bcsl-blocks-item__title > a,
    .bcsl-blocks-item__title > a:hover {
      color: #202020; }
  .bcsl-blocks-item__parent {
    font-size: 75%;
    height: 1.125rem;
    margin-bottom: 0.25rem;
    overflow: hidden; }
    .bcsl-blocks-item__parent > a,
    .bcsl-blocks-item__parent > a:hover {
      color: #ff5605; }
.subsection img{
  height: 100px;
  width: 100px;
}
@media (min-width: 992px) {
  .bcsl-blocks-item__image-wrapper {
    padding: 1.5rem;
    margin: -1.5rem -1.5rem 0.5rem; } }

/*new*/
.catalog-subsections{
display: grid;
  grid-template-columns: 24% 24% 24% 24%;
justify-content: space-between;
}

@media (max-width: 1199px) {
  .catalog-subsections{
    grid-template-columns: 49% 49%;
  }
}

@media (max-width: 900px) {
  .catalog-subsections{
    grid-template-columns: 100%;
  }
}

.subsection-count{
  display: none;
}
@media screen and (max-width: 991px){
  .catalog-subsections .subsection-pic{
    display: none;
  }
  .catalog-subsections .subsection-name span{
    display: none;
  }
  .catalog-subsections .subsection-count{
    display: block;
    border-radius: 15px;
    background: #1F2971;
    display: flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    margin-bottom: auto;
  }
  .catalog-subsections .subsection-name{
    width: 150px;
    min-width: min-content;
    height: 45px;
    color: #37363B;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 140.625% */
    /*word-break: break-word;*/
    overflow-y: hidden;
  }
  .catalog-subsections{
    display: flex;
    overflow-x: scroll;
    gap: 10px;
  }
}