.c_products-grid__button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 749px) {
  .c_products-grid__button-wrapper {
    margin-top: 37px!important;
  }
}

.c_products-grid__button {
  letter-spacing: 0.12px;
  border: 1px solid rgba(0, 0, 0, .1);
}
@media screen and (max-width: 749px) {
  .c_products-grid__button {
    width: 100%!important;
  }
}