.hero_section__overlay {
    background: url('/assets/images/aaron-huber-G7sE2S4Lab4-unsplash.jpg');
    background-size: cover;
    background-position: center;
    height: 750px;
}

.hero_section__content {
    background-color: rgba(255, 255, 255, 0.3);
}

.card {
    min-height: 320px;
}

#card-1 {
    background: url('/assets/images/bathroom-basin.webp');
    background-size: cover;
}

#card-2 {
    background: url('/assets/images/comm-&-res-work.webp');
}

#card-3 {
    background: url('/assets/images/project-management-work.webp');
}

#testimonials {
    min-height: 350px;
}