.bg-blue {
    background: var(--bglightblue);
}
.solution-common .solutions-card {
    text-align: center;
}
.solution-common .solutions-card:hover {
    border-bottom: 1px solid #ff6c1a !important;
    border-right: 1px solid #e5e7eb !important;
    border-left: 1px solid #e5e7eb !important;
    border-top: 1px solid #e5e7eb !important;
}
.odd-even-bg .col-lg-3:nth-child(1) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(3) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(6) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(8) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(9) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(11) .mobile-app {
    background: #f1f1f1;
}
.odd-even-bg .col-lg-3:nth-child(2) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(4) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(5) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(7) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(10) .mobile-app,
.odd-even-bg .col-lg-3:nth-child(12) .mobile-app {
    background: #fff6f6;
}
.mobile-app {
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #f7f3f2;
    height: 100%;
}
.mobile-app img {
    padding-bottom: 15px;
    width: 55px;
}
.mobile-app h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #192a44;
    padding: 0;
}
.solutions-card {
    padding: 38px 40px;
    border: 1px solid #e5e7eb;
    height: 100%;
    background: #fff;
}
.solutions-card h3 {
    color: #192a44;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 34px;
}
.solutions-card:hover h3 {
    color: #ff6c1a !important;
}
.bg-blue .what-we-do-app {
    padding: 30px;
    background: #fff;
    height: 100%;
    border-radius: 0;
    border: 1px solid #70707033;
    height: 100%;
    text-align: left;
}

.what-we-do-app img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 0 15px;
}
.business-growth .what-we-do-app img {
    margin: 0 0 20px;
}
.what-we-do-app h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
    font-weight: 600;
    color: var(--secondrycolor);
}
.business-growth .what-we-do-app h3 {
    font-size: 26px;
    line-height: 38px;
}
.benefit-card {
    padding: 30px;
    border: 1px solid #e5e7eb;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: .3s ease-in-out;
}
.benefit-solution-img {
    width: 18%;
}
.benefit-solution-content {
    width: 82%;
}
.benefit-card h3 {
    color: #192a44;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}
.benefit-card:hover {
    border: 1px solid #ff6c1a;
}
.benefit-card:hover h3 {
    color: #ff6c1a;
}
@media screen and (max-width: 1600px) {
    .business-growth .what-we-do-app {
        padding: 40px;
    }
}
@media screen and (max-width: 1199px) {
    .business-growth .what-we-do-app h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 22px;
        line-height: 34px;
    }
    .benefit-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }
    .benefit-card h3 {
        font-size: 20px;
    }
    .benefit-solution-content {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .solutions-card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .solutions-card {
        padding: 20px 25px;
    }
    .business-growth .what-we-do-app img {
        width: 70px;
        height: 70px;
        margin: 0 0 10px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 21px;
        line-height: 32px;
    }
    .benefit-card {
        padding: 20px 25px;
        gap: 20px;
    }
    .benefit-card h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .solutions-card h3 {
        margin-bottom: 15px;
    }
    .solutions-card {
        padding: 20px;
    }
    .business-growth .what-we-do-app img {
        width: 50px !important;
        height: 50px !important;
    }
    .bg-blue .what-we-do-app {
        padding: 20px;
    }
    .business-growth .what-we-do-app h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .benefit-card {
        padding: 20px;
    }
}
@media screen and (max-width: 576px) {
}
@media screen and (max-width: 480px) {
    .business-growth .what-we-do-app img {
        width: 40px !important;
        height: 40px !important;
    }
    .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;
    }
}