.user_dsp_search{
    display:grid; 
    /*grid-template-columns: 25% 25% 25% 25%; */
    margin-bottom: 20px;

    grid-auto-rows: max-content;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  }

  .two_rows {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
  }

  .first_row.description{
    display: grid;
    grid-template-columns: auto 25px;
  }

  .two_rows .first_row {
    width: 100%;
    padding: 10px 10px 10px 0px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    }


  .two_rows .second_row {
    width: 100%;
    padding-right: 10px;

  }
  .second_row select{
    width: 100%;
    padding-right: 10px;
  }
  .two_rows .prev_button {
    width: 100%;
    padding-right: 20%;
    text-align: center;
  }

  .two_rows .next_button {
    width: 100%;
    padding-left: 20%;
    text-align: center;
  }
  .two_rows .next_button button {
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    border:none;
    text-align: center;
  }
  .two_rows .prev_button button {
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    border:none;
    text-align: center;
  }

  .ratings-row{
    display: none;
  }