.products_module .products_module-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
}
.products_module .products_module-bottom .small-button-filled {
  padding: 9px 40px;
  color: #2E6680;
  background: #FBE6D8;
}
/*
@media (max-width: 400px) {
  .products_module .row > a {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 5px;
  }
}*/
.products_module.taxonomy_buttons .item-name {
  font-size: 1.143rem;
}

.products_module.content-module__first {
  margin-top: 30px;
}