/**
* Hero Banner
*
* @since 1.0.0
*/

.hero-banner .hero-banner__star {
    top: 75px;
    right: 217px;
}

/**
* Manual Processes section
*
* @since 1.0.0
*/

.manual-processes,
.basic-automation,
.rpa-services,
.use-case,
.our-approach,
.tech-stack,
.faqs {
    padding: 110px 0;
}

.manual-processes .manual-processes__bg-image {
    top: 340px;
}

/**
* Basic Automation section
*
* @since 1.0.0
*/

.basic-automation ul {
    max-width: 1100px;
}

.basic-automation ul li span,
.basic-automation ul li::marker {
    font-weight: 800;
}

/**
* Use Case section
*
* @since 1.0.0
*/

.use-case .use-case__bg-image {
    top: -580px;
}

.use-case ul {
    max-width: 800px;
}

/**
* Our Approach section
*
* @since 1.0.0
*/

.our-approach .our-approach__bg-image {
    top: 730px;
}

/**
* Tech Stack section
*
* @since 1.0.0
*/

.tech-stack .tech-stack__bg-image {
    top: 485px;
}

/**
* Mobile responsiveness
*
* @since 1.0.0
*/

@media screen and (min-width: 1400px) {
    .manual-processes > .container,
    .basic-automation > .container,
    .rpa-services > .container,
    .our-approach > .container,
    .tech-stack > .container,
    .contact-us > .container,
    .faqs > .container {
        max-width: 1265px;
    }
}

@media screen and (max-width: 1024px) {
    section p,
    section ul li {
        font-size: 17px;
    }

    .manual-processes,
    .basic-automation,
    .rpa-services,
    .use-case,
    .our-approach,
    .tech-stack,
    .faqs {
        padding: 90px 0;
    }
}

@media screen and (max-width: 768px) {
    section p,
    section ul li {
        font-size: 16px;
    }

    .manual-processes,
    .basic-automation,
    .rpa-services,
    .use-case,
    .our-approach,
    .tech-stack,
    .faqs {
        padding: 70px 0;
    }
}