.col-lg-6 {
    width: 25%;
}
.prd-lst {
   margin-top: 30px;
}
@media (max-width: 980px) {
  .col-lg-6 {
    width: 50%;
}
}