@media only screen and (max-width: 1536px) {
    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-heading {
        font-size: 60px;
        line-height: 60px;
    }

    .badge-try {
        width: 28%
    }
}

@media only screen and (max-width: 1280px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-heading {
        font-size: 50px;
        line-height: 65px;
    }

    .feature-items {
        margin-top: 11px;
        font-size: 12px;

    }

    .badge-try {
        width: 30%
    }

    .seo-card {
        width: 100%;
        ;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 8px;
    }

    .partner-card {
        margin-bottom: 20px;
        background-color: #fff;
        height: 250px;

    }

}


@media only screen and (max-width: 1100px) {
    section {
        padding-left: 15px;
        padding-right: 15px;
    }


    .main-heading {
        font-size: 50px;
        line-height: 55px;
    }

    .btn-outline-primary-custom {
        padding: 1rem 20px;
        font-size: 13px;
    }

    .btn-primary-custom {
        padding: 1rem 20px;
        font-size: 13px;
    }

    .feature-items {
        margin-top: 10px;
        font-size: 10px;

    }

    .badge-try {
        width: 40%
    }


    .section-title-problem,
    .section-title-solution {
        font-size: 32px;
    }

    .success-card {
        margin-bottom: 20px;
        background-color: #fff;
        height: 230px;

    }
}

@media only screen and (max-width: 992px) {
    section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-heading {
        text-align: center;
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 25px;

    }

    .btn-outline-primary-custom {
        padding: 0.85rem 1.75rem;
        font-size: 16px;
    }

    .btn-primary-custom {
        padding: 0.85rem 1.75rem;
        font-size: 16px;
    }


    .feature-items {
        margin-top: 14px;
        font-size: 14px;

    }

    .badge-try {
        width: 50%
    }

    .highlight-line {
        display: block;

    }

    .line {
        display: none;
    }

    .custom {
        display: flex;
        justify-content: center;
    }

    .lead {
        text-align: center;

    }

    .separate-button {
        justify-content: center;
    }

    .hero-image {
        display: none;
    }

    .section-title-problem,
    .section-title-solution {
        text-align: center;
    }

    .section-text {
        text-align: start;
    }

    .sus-badge {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .feature-title-custom {
        font-size: 35px;
    }

    .section-title-problem-ai,
    .section-title-solution-ai {
        font-size: 40px;
        text-align: start;
    }

    .display-3 {
        text-align: center;
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 25px;
    }

    .small-text-info {
        justify-content: center;

    }

    .cta-heading {
        font-size: 35px;
    }

    .cta-text {
        font-size: 14px;
    }

    .btn-white-cro {
        padding: 10px 20px;
        font-size: 13px;

    }

    .section-title {
        font-size: 35px;
    }

    .partner-card {
        margin-bottom: 20px;
        background-color: #fff;
        height: 360px;

    }
}


@media only screen and (max-width: 768px) {

    section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-heading {
        font-size: 55px;
        line-height: 60px;
    }

    .feature-items {
        display: flex;
        justify-content: center;
        font-size: 16px;
    }

    .badge-try {
        background-color: rgba(249, 242, 236, 1);
        width: 50%;
        color: var(--bs-primary-custom);
        font-size: var(--font-size-lg);
        font-weight: var(--font-inter);
        font-weight: 400;
    }

    .section-title-results {
        font-size: 35px;

    }

    .site-bg {
        margin-right: 20px;
    }

    .crawled {
        margin-right: 20px;
    }

    .small_background {
        margin-left: 10px;
    }

    .real-notice {
        margin-top: 20px;
    }

    .text-secondary-thematic {
        margin-left: 20px;
    }

    .card-title-main {
        text-align: center;
    }

    .section-title-problem-ai,
    .section-title-solution-ai {
        font-size: 40px;
        text-align: center;
    }

    .section-text {
        text-align: center;
    }

    .display-ai {
        font-size: 55px;

    }

    .display-3 {
        font-size: 55px;
        line-height: 60px;
    }

    .card-title-custom-cro {
        font-size: 20px;

    }

    .date-cro {
        font-size: 12px;
        line-height: 1.6;
        font-weight: 400;
        font-family: var(--font-inter);
        color: var(--light-text-color);
    }

    .cta-headline {
        font-size: 50px;
    }

    .lead_success {
        font-size: 38px;
    }

    .partner-card {
        margin-bottom: 20px;
        background-color: #fff;


    }

    .success-card {
        margin-bottom: 20px;
        background-color: #fff;


    }

}



@media only screen and (max-width: 640px) {
    .main-heading {
        font-size: 35px;
        line-height: 38px;
    }

    .lead {
        font-size: 14px;
    }

    .btn-outline-primary-custom {
        padding: .8rem 14px;
        font-size: 12px;
    }

    .btn-primary-custom {
        padding: .8rem 14px;
        font-size: 12px;
    }

    .feature-title-custom {
        font-size: 35px;
    }

    .section-title-problem,
    .section-title-solution {
        font-size: 42px;
    }


    .card-title-main {
        font-size: 30px;
        line-height: 37px;
    }

    .badge-try {
        font-size: 13px;
        width: 100%;
    }

    .resources-section {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .main-title {
        font-size: 54px;
        line-height: 50px;
    }

    .hero-aiDriven {
        background-color: white;
        padding-top: 3rem;
        padding-bottom: 3rem;

    }

    .prob-sol {
        display: flex;
        justify-content: center;
    }

    .display-ai {
        font-size: 45px;

    }

    .display-5 {
        font-size: 36px;
    }

    .cta-heading {
        font-size: 20px;
    }

    .cta-text {
        font-size: 12px;
    }

    .stat-value {
        font-size: 45px;
        font-weight: 700;
        color: #000000;
        font-family: var(--font-manrope);
    }

    .stat-label {
        font-size: 14px;
    }
}


@media only screen and (max-width: 400px) {


    .custom-tag {
        font-size: 14px;
    }

    .main-heading {
        font-size: 27px;
        line-height: 32px;
        text-align: center;
    }

    .btn-primary-custom {
        width: 100%;
        font-size: 14px;
    }

    .btn-outline-primary-custom {
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
    }

    .feature-items {
        display: flex;
        justify-content: center;
        font-size: 12px;
    }

    .separate-button {
        display: block;
    }


    .section-title-problem,
    .section-title-solution {
        font-size: 33px;
    }

    .badge-try {
        font-size: 13px;
        width: 100%;
    }

    .card-title-main {
        font-size: 22px;
        line-height: 29px;
    }

    .card-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .btn-primary-custom {
        width: 100%;
        font-size: 13px;
    }

    .btn-outline-secondary-custom {

        width: 100%;
        font-size: 13px;
    }

    .btn-lg-custom {
        padding: 0.4rem 1rem;
    }


    .feature-title-custom {
        font-size: 30px;

    }

    .main-title {
        font-size: 42px;
        line-height: 44px;
    }

    .badge-ai {
        font-size: 15px;
    }


    .badge-title {
        width: 170px;
        padding: 0.1rem .6rem;
        font-size: 16px;
    }

    .section-title-problem-ai,
    .section-title-solution-ai {
        font-size: 29px;
        text-align: center;
    }

    .section-title-approach {

        line-height: 36px;
        font-size: 35px;
    }

    .cta-card {

        padding-left: 10px;
        padding-right: 10px;
    }

    .cta-title {
        font-size: 28px;

    }

    .badge-success-story {
        margin-bottom: 14px;
    }

    .display-ai {
        font-size: 29px;
    }


    .cta-subtitle {
        font-size: 14px;

    }

    .display-5 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .card-title-custom {
        font-size: 18px;

    }

    .cta-headline {
        font-size: 35px;
    }

    .btn-white-primary {
        font-size: 12px;
        padding: .7rem 2rem;
    }

    .features-list {
        display: block;
        padding-left: 65px
    }

    .lead_success {
        font-size: 32px;
    }
}