/* =========================================
   Hero Contact Section Background Updates
========================================= */
.hero-contact-section {
    background-image: url('../assets/images/get-quote.webp');
    background-position: center center;
}

.cunsoltation-main {
    background-image: url('../assets/images/startup.webp');
}

/* Hero Contact Content Max Width */
.hero-contact-content {
    max-width: 900px;
}

/* Industries Feature Card 2 Layout Updates */
.industries-feature-card-2 {
    justify-content: flex-start;
    gap: 30px;
}
