.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.copyright-text p,
.copyright-text p a:hover{
  color: #fff !important;
}