.business-growth .what-we-do-app {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #70707033;
    height: 100%;
    text-align: left;
}
.what-we-do-app:hover, .what-we-do-app:focus {
    box-shadow: none;
}
.what-we-do {
    padding: 150px 0 100px;
    position: relative;
}
.what-we-do .title-wrap:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 428px;
    height: 391px;
    background-image: url(../images/left-pattern1.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 0;
}
.what-we-do .techstack h2 {
    color: #ff6c1a !important;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
}
.pr-8{
    padding-right:60px;
}
.pl-8{
    padding-left:60px;
}

@media screen and (max-width: 1600px) {
    .business-growth .what-we-do-app {
        padding: 40px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 26px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .business-growth .what-we-do-app {
        padding: 25px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .what-we-do .techstack h2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
    
}
@media screen and (max-width: 991px) {
    .business-growth .what-we-do-app h3 {
        font-size: 21px;
        line-height: 32px;
    }
    .what-we-do {
        padding: 60px 0 !important;
    }
    .what-we-do .title-wrap:before {
        top: -35px;
        left: -40px;
        width: 300px;
        height: 240px;
    }
}
@media screen and (max-width: 767px) {
    .business-growth .what-we-do-app h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .what-we-do {
        padding: 40px 0 !important;
    }
    
}
@media screen and (max-width: 576px) {
    .what-we-do .title-wrap:before {
        content: unset;
    }
    .what-we-do {
        padding: 30px 0 !important;
    }
    .what-we-do .techstack h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .what-we-do.wwd-sticky hr {
        margin: 5px 0 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .business-growth .what-we-do-app h3 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 380px) {
    .business-growth .what-we-do-app h3 {
        font-size: 17px;
        line-height: 26px;
    }
}