/* =========================================
   Hero Contact Section Background
========================================= */
.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
========================================= */
.industries-feature-card-2 {
    justify-content: flex-start;
    gap: 30px;
}

/* =========================================
   DevOps Section Styling
========================================= */
.devops-main {
    height: auto;
    gap: 30px;
    justify-content: flex-start;
}

/* DevOps Card Content */
.devops-main .card-content p {
    min-height: 90px;
}

/* DevOps Pipeline Layout */
.devops-pipeline {
    flex-wrap: wrap;
}
