.main-banner-inner p {
    max-width: 540px;
}

.tech-stack-section .tech-name-header {
    display: block;
}

.tech-stack-section .tech-name-header h3 {
    margin-top: 10px;
}

.reactjs-steps .step-card ul {
    list-style: disc;
    padding-left: 30px;
}

.reactjs-steps .step-card ul li {
    text-align: left;
    display: block;
    display: list-item;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .8);
    margin: 0 0 5px 0;
}

.reactjs-steps .step-card ul li:first-child {
    list-style: disc;
    margin-left: unset;
}

.Build-SaaS-Software.developer-sec .commen-title-heading p+p {
    color: #788188;
}

.right-slider-banner >img {
    width: 100%;
}
.angular-case-studies{
    padding-bottom: 60px;
}

@media (max-width: 640px) {
    .reactjs-steps .step-card ul {
        margin: 0;
        display: inline-block;
    }

    .case-study-wrapper a,
    .case-study-wrapper h3,
    .case-study-wrapper h4 {
        color: #000;
        font-size: 18px;
        line-height: normal;
    }
}