/* Start custom CSS *//* Responsive styles for contributor cards on mobile */
@media (max-width: 768px) {
    .contributor-card {
        width: 100%;
        margin: 10px 0;
    }
}/* End custom CSS */