Read how Velocity Logic Group has helped businesses build successful loyalty programs. Explore case studies showcasing measurable growth and customer retention.
/* Set Collection List to full width */
.collection-list-case-studies {
width: 100%;
display: flex; /* Or 'block' based on your layout */
justify-content: space-between; /* To space out items */
flex-wrap: wrap; /* If you want items to wrap */
}
/* Adjust Collection Items */
.collection-item-case-studies {
width: 100%; /* Or a percentage for multiple items in a row */
padding: 20px; /* Adjust padding as needed */
}