修改前
.practice-hero { position: relative; color: white; background: #456; }
修改後
.practice-hero { position: relative; color: white; background: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=80") center/cover; }