.custom-grid {
  display: grid !important;
  grid-template-columns: 4fr 1fr !important;
}

