@media (max-width: 777px) {
  .grid-fire-trin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}