/* Start custom CSS */.prod-list {
    display: flex;
    flex-wrap: wrap;
}

.prod {
    width: 50%; /* Each column takes up half the width */
    padding: 10px;
    box-sizing: border-box; /* Ensures padding is included in width */
    border: 0px solid #ffffff!important;
    margin-bottom: 50px; /* Adds space between rows */
    text-align: center; 
    padding: 0 20px 0 20px;
}/* End custom CSS */