@media (min-width: 768px) and (max-width: 999px) {
  .card-products i {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #responsive-products {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #responsive-products .card-products-text {
    width: 253px;
  }

  .card-products img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #products .container.row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #products img {
    width: 100%;
  }

  .card-products {
    width: auto;
  }
  .card-products::after {
    width: 100%;
  }
}

@media (max-width: 425px) {
#products .card-products-text h3, #responsive-products .card-products-text h3 {
  font-size: 18px;
  margin: 0 auto;
}
}