.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: 900px;
}

.industries-feature-card-2{
    justify-content: flex-start;
    gap: 30px;
}
.DevOps {
    padding: 0 20px 20px 20px;
}
.devops-main{
    height: auto;
    gap: 20px;
    height: 520px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    transition: all 0.3s ease;
}
.tech-img {
    height: 50%;
}
.tech-img img{
    height: 100%;
    object-fit: cover;
}
.devops-main:hover{
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.devops-main:hover  .card-content h3{
        color: #16100d;
}
.devops-main:hover  .card-content p{
        color: #6E6E6E;
}
.devops-main:hover  span{
    background: rgba(61, 84, 184, 0.13);
}
.devops-main .card-content p{
    min-height: 80px;
}
.devops-pipeline{
    flex-wrap: wrap;
}