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

.hero-banner .hero-banner__star {
    top: 152px;
    right: 165px;
}

/**
* Traditional Lead Gen section
*
* @since 1.0.0
*/

.traditional-lead-gen,
.what-do-we-automate,
.ai-powered-lead,
.custom-solutions,
.growth-teams,
.what-you-gain,
.faqs {
    padding: 110px 0;
}

.traditional-lead-gen .traditional-lead-gen__bg-image {
    top: 100px;
}

/**
* Custom Solutions section
*
* @since 1.0.0
*/

.custom-solutions ul,
.what-you-gain ul {
    max-width: 1100px;
}

/**
* Growth Teams section
*
* @since 1.0.0
*/

.growth-teams .growth-teams__bg-image {
    top: -450px;
}

/**
* What You Gain section
*
* @since 1.0.0
*/

.what-you-gain .table th,
.what-you-gain .table td {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
}

.what-you-gain table th {
    font-size: 24px;
}

.what-you-gain .table {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/**
* Contact Us section
*
* @since 1.0.0
*/

.contact-us .contact-us__bg-image {
    top: -550px;
}


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

@media screen and (min-width: 1400px) {
    .traditional-lead-gen > .container,
    .what-do-we-automate > .container,
    .ai-powered-lead > .container,
    .custom-solutions > .container,
    .growth-teams > .container,
    .what-you-gain > .container,
    .contact-us > .container,
    .faqs > .container {
        max-width: 1265px;
    }
}

@media screen and (max-width: 1024px) {
    section p,
    section ul li,
    .what-you-gain .table td {
        font-size: 17px;
    }

    .traditional-lead-gen,
    .what-do-we-automate,
    .ai-powered-lead,
    .custom-solutions,
    .growth-teams,
    .what-you-gain,
    .faqs {
        padding: 90px 0;
    }

    .what-you-gain .table th {
        font-size: 23px;
    }
}

@media screen and (max-width: 768px) {
    section p,
    section ul li,
    .what-you-gain .table td {
        font-size: 16px;
    }

    .traditional-lead-gen,
    .what-do-we-automate,
    .ai-powered-lead,
    .custom-solutions,
    .growth-teams,
    .what-you-gain,
    .faqs {
        padding: 70px 0;
    }

    .what-you-gain .table th {
        font-size: 22px;
    }
}