.solutions-card {
    padding: 38px 40px;
    border: 1px solid #e5e7eb;
    height: 100%;
    background: #fff;
}
.outstanding-hrsd .solutions-card {
    padding: 30px;
}
.solutions-card h3 {
    color: #192a44;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 34px;
}
.outstanding-hrsd .solutions-card h3 {
    font-size: 22px;
    margin-bottom: 22px;
}
.solutions-card li {
    color: #4c596d;
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    padding-bottom: 12px;
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin: 0;
}
.solutions-card li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ff6c1a;
}
.solutions-card ul {
    margin: 0;
    padding: 0;
}
.solutions-card:hover {
    border: 1px solid #ff6c1a !important;
}
.solutions-card:hover h3 {
    color: #ff6c1a !important;
}
.bg-blue .what-we-do-app {
    padding: 30px;
    background: #fff;
    height: 100%;
}
.business-growth .what-we-do-app {
    padding: 30px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #70707033;
    height: 100%;
    text-align: left;
}
ul.techstack {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: 0;
}
.techstack li.tech-list {
    margin: 0 10px 20px;
    display: inline-block;
}
.techstack li.tech-list .actives,.techstack li.tech-list .active, .techstack .actives-tech, .techstack .tech-list a:hover, .techstack li.tech-list .a:hover, .techstack .tech-list a:focus, .techstack li.tech-list .a:focus {
    background: #ffe1d1 !important;
    color: #ff6c1a !important;
    border: 1px solid #ffe1d1 !important;
}
.techstack .tech-list a, .techstack .tech-list .a {
    border: 1px solid #f3f6f9;
    padding: 12px 30px;
    font-weight: 500 !important;
    font-size: 20px;
    color: #777;
    background: #f3f6f9;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.techstack li.tech-list a, .techstack li.tech-list .a {
    display: block;
}
.tech-stack-details {
    margin: 0 auto !important;
    text-align: center;
}
.tech-stack-details p, .tech-stack-wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.tech-stack-details img {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 15px !important;
    object-fit: contain !important;
}

@media screen and (max-width: 1199px) {
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .tech-stack-details img {
        height: 70px !important;
        width: 70px !important;
        margin-bottom: 10px !important;
    }

}
@media screen and (max-width: 991px) {
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 17px;
    }
    .outstanding-hrsd .solutions-card {
        padding: 25px;
    }
    .solutions-card li {
        font-size: 15px;
    }
    
}
@media screen and (max-width: 767px) {
    .solutions-card li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .bg-blue .what-we-do-app {
        padding: 20px;
    }
    .tech-stack-details img {
        height: 50px !important;
        width: 50px !important;
        margin-bottom: 10px !important;
    }
    .tech-stack-details p, .tech-stack-wrap p {
        font-size: 13px;
        padding: 0;
    }
}
@media screen and (max-width: 576px) {
    .outstanding-hrsd .solutions-card {
        padding: 20px;
    }
    .outstanding-hrsd .solutions-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 4px 8px;
        font-size: 14px;
        color: var(--secondrycolor);
    }
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .tech-stack-details img {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 10px !important;
    }
    .tech-stack-details p, .tech-stack-wrap p, .tech-stack-details .mobileapps-text-wrap p {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
}