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

.hero-banner .hero-banner__star {
    top: 60px;
    right: 405px;
}

/**
* Our AI Automation section
*
* @since 1.0.0
*/

.our-ai-automation,
.start-with-tools,
.ai-changing-everything,
.automation-success,
.expert-consultants,
.business-growth,
.empowering-teams,
.our-approach,
.faqs {
    padding: 110px 0;
}

.our-ai-automation .our-ai-automation__bg-image {
    top: 100px;
}

/**
* AI Changing Everything
*
* @since 1.0.0
*/

.ai-changing-everything ul,
.empowering-teams ul {
    max-width: 1100px;
}

/**
* Automation Success section
*
* @since 1.0.0
*/

.automation-success .automation-success__bg-image {
    top: -480px;
}

/**
* Business Growth section
*
* @since 1.0.0
*/

.business-growth .business-growth__bg-image {
    top: 100px;
}

/**
* Empowering Teams section
*
* @since 1.0.0
*/

.empowering-teams .empowering-teams__bg-image {
    top: -100px;
}

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

@media screen and (min-width: 1400px) {
    .our-ai-automation > .container,
    .start-with-tools > .container,
    .ai-changing-everything > .container,
    .automation-success > .container,
    .expert-consultants > .container,
    .business-growth > .container,
    .empowering-teams > .container,
    .our-approach > .container,
    .contact-us > .container,
    .faqs > .container {
        max-width: 1265px;
    }
}

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

    .our-ai-automation,
    .start-with-tools,
    .ai-changing-everything,
    .automation-success,
    .expert-consultants,
    .business-growth,
    .empowering-teams,
    .our-approach,
    .faqs {
        padding: 90px 0;
    }
}

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

    .our-ai-automation,
    .start-with-tools,
    .ai-changing-everything,
    .automation-success,
    .expert-consultants,
    .business-growth,
    .empowering-teams,
    .our-approach,
    .faqs {
        padding: 70px 0;
    }
}
