.testing-app-box {
    padding: 36px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: calc(100% - 24px);
    text-align: center;
    transition: all .3s ease-in-out;
}

.qa-img-box-new {
    max-width: 700px;
    margin: 0 auto;
}

.testing-app-box:hover {
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%)
}

.testing-app-box .icon {
    height: 40px;
    width: 40px;
}

.testing-app-box h4 {
    font-size: 20px;
    color: #424242;
}


@media (max-width: 768px) {
    .erp-banner.qa-banner {
        padding: 40px 0px;
    }

    .testing-app-box h4 {
        font-size: 16px;
    }
}