@media screen and (max-width: 1175px) {
  .productcards[data-columns='col-1'] .image-feedback button {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 670px) {
  .productcards[data-columns='col-1'] .image-feedback button {
    width: 100%;
  }
  .productcards[data-columns='col-1'] .productcards_info {
    display: block;
  }
}
