.our-enterprise-consulting-section {
    margin: 0;
    padding: 80px 0;
    background: #0F172A;
}

.our-enterprise-consulting-section .section-title >* {
    color: #ffffff;
}
.enterprise-service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.enterprise-service-box {
    width: 25%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
}
.enterprise-service-content {
    padding: 28px 28px 55px 28px;
    position: relative;
    flex-grow: 1;
    min-height: 320px;
}
.enterprise-service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.enterprise-service-box:hover .enterprise-service-img img {
    transform: scale(1.1);
}

.enterprise-service-img {
    overflow: hidden;
    position: relative;
    min-height: 320px;
    flex-grow: 1;
}

.enterprise-service-content img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.enterprise-service-content .h5,.enterprise-service-content p {
    color: #ffffff;
}
.enterprise-service-content p {
    opacity: 0.8;
    overflow: hidden;
    display: -webkit-box;
   -webkit-line-clamp: 3;
    line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.enterprise-service-content .h5 {
    margin-bottom: 10px;
}
.enterprise-service-content a.link-btn {
    position: absolute;
    bottom: 40px;
}
.enterprise-service-grid > div:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}

.our-enterprise-consulting-section.enterprise-consulting-service {
    padding: 0;
    background: transparent;
    margin: 80px 0;
}

.enterprise-consulting-service .enterprise-service-content .h5,
.enterprise-consulting-service .enterprise-service-content p{
  color: #111827;
}
.enterprise-consulting-service .enterprise-service-content a.link-btn{
   color: #111827;
}
.enterprise-consulting-service .enterprise-service-content a.link-btn:hover{
  color: #F67300;
}
.enterprise-consulting-service .enterprise-service-content .link-btn:hover svg path{
   stroke: #F67300;  
}
.our-enterprise-consulting-section.enterprise-consulting-service .section-title >* {
   color: #111827;
}
.enterprise-consulting-service .enterprise-service-box {
    width: calc(50% - 12px);
    background: rgba(17, 24, 39, 0.03);
    flex-direction: row-reverse;
    margin-bottom: 24px;
    border-radius: 20px;
    overflow: hidden;
}
.enterprise-consulting-service .enterprise-service-box > div {
    width: 50%;
    flex-grow: unset;
    min-height: auto;
}
.enterprise-consulting-service .enterprise-service-grid > div:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.enterprise-consulting-service .enterprise-service-content a.link-btn svg path {
    stroke: #111827;
}
.our-enterprise-consulting-section span.big-text {
    display: block;
    margin-bottom: -50px;
}
@media only screen and (max-width:1399px){
    .enterprise-service-content {
        padding: 20px 20px 55px 20px;
    }
}
@media only screen and (max-width:1199px){
    .enterprise-service-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .enterprise-service-content img {
        height: 50px;
        width: 50px;
    }
    .enterprise-service-content {
        min-height: 300px;
    }
    .enterprise-service-img {
        min-height: 300px;
    }
}
@media only screen and (max-width:991px){
    .our-enterprise-consulting-section.enterprise-consulting-service {
        margin: 60px 0;
    }
    .our-enterprise-consulting-section {
        padding: 60px 0;
    }
    .enterprise-service-box {
        width: 50%;
    }
    .enterprise-consulting-service .enterprise-service-box {
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .our-enterprise-consulting-section.enterprise-consulting-service {
        margin: 40px 0;
    }
     .our-enterprise-consulting-section {
        padding: 40px 0;
    }
     .enterprise-service-box {
        width: 100%;
    }
    .enterprise-service-grid > div:nth-child(even) {
        display: flex;
        flex-direction: column;
    }
    .enterprise-consulting-service .enterprise-service-box > div {
        width: 100%;
    }
    .enterprise-consulting-service .enterprise-service-grid > div:nth-child(even) {
        flex-direction: column;
    }
    .enterprise-consulting-service .enterprise-service-box {
        width: 100%;
        flex-direction: column;
    }
    .enterprise-consulting-service .enterprise-service-box  .enterprise-service-img {
        min-height: 300px;
    }
    .our-enterprise-consulting-section span.big-text {
        display: none;        
    }
}