.agent-land-listing-pg1-categories
{
    width: 600px;
    display: flex;
    justify-content: center;

    /* total of 18 items(divs and input buttons) fixed into 9 rows and 2 columns, */
    /* lets define the width of the columns*/

    /* lets define the height of the rows */
}
.inner-sub-div-agent-land-listing
{
    margin: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    background-color: #f1f1f1;
}

.inner-sub-div-agent-land-listing > div
{
    padding: 10px;
    background-color: #f1f1f1;
}
.inner-sub-div-agent-land-listing > input
{
    width: 100px;
}