.item-cat1__link {
  height: 100%;
  color: #426B9F;
  text-align: center;
  padding: 24px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all 0.15s ease-in-out;
  border-bottom: 3px solid transparent;
}

.item-cat1__link:hover .item-cat1__name span {
  border-color: transparent;
}

.item-cat1__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 auto;
  width: 224px;
  height: 133px;
  overflow: hidden;
  margin-bottom: 11px;
}

.item-cat1__image img {
  display: block;
  object-fit: contain;
}

.item-cat1__name {
  font-weight: 700;
}

.item-cat1__name span {
  border-bottom: 1px solid;
}

@media only screen and (max-width: 991px) {
  .item-cat1__link {
    flex-direction: row;
    padding: 15px;
  }

  .item-cat1__image {
    width: 150px;
    height: 71px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .item-cat1__name {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  .item-cat1__image {
    width: 100px;
    height: 47px;
  }
}
/*# sourceMappingURL=maps/item-cat1_1.css.map */
