@media (max-width: 768px) {
    .section_mb {
        margin-bottom: 80px;
    }

    #home_banner {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    #home_banner .col-md-6 > h1 {
        font-size: 36px;
        line-height: 48px;
    }

    #home_banner .col-md-6 > p {
        font-size: 18px;
        line-height: 26px;
    }

    #home_info .home_info_box {
        padding: 20px;
    }

    #home_info .home_info_box > .title {
        font-size: 24px;
        line-height: 32px;
    }

    #home_info .home_info_box > h2 {
        font-size: 18px;
        line-height: 26px;
    }

    #home_info .home_info_box > p {
        font-size: 14px;
        line-height: 20px;
    }

    #how_it_works > .title {
        font-size: 32px;
        line-height: 44px;
    }

    #how_it_works > .container h2 {
        font-size: 20px;
        line-height: 28px;
    }

    #how_it_works > .container p {
        font-size: 15px;
        line-height: 22px;
    }

    #happens .title {
        font-size: 24px;
        line-height: 32px;
    }

    #happens .happens_box {
        flex-direction: column;
        text-align: center;
    }

    #happens .happens_box > span {
        font-size: 32px;
        line-height: 36px;
    }

    #happens .happens_box h3 {
        font-size: 15px;
    }

    #happens .happens_box p {
        font-size: 14px;
        line-height: 20px;
    }

    #testimonials > .title {
        font-size: 32px;
        line-height: 44px;
    }

    #testimonials .testimonials_box {
        padding: 18px;
    }

    #testimonials .testimonials_box .testimonials_author,
    #testimonials .testimonials_box > .testimonials_text,
    #testimonials .testimonials_box > .testimonials_loc {
        font-size: 14px;
        line-height: 20px;
    }

    #testimonials .owl-carousel .owl-stage-outer {
        padding: 20px 0;
    }

    #faq .title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 28px;
    }

    #faq .accordion-button {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 18px;
    }

    #faq .accordion-item {
        margin-bottom: 18px;
    }

    #services_banner,
    .page_banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #services_banner h2,
    .page_banner h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .page_banner p {
        font-size: 18px;
        line-height: 28px;
    }

    #accurate h2 {
        font-size: 32px;
        line-height: 44px;
    }

    #accurate p {
        font-size: 14px;
        line-height: 20px;
    }

    #accurate .accurate_item {
        flex-direction: column;
        text-align: center;
        padding: 18px;
    }

    #accurate .accurate_item > h3 {
        font-size: 18px;
        line-height: 26px;
    }

    #services_info .item {
        padding: 18px;
    }

    #services_info .item > h2 {
        font-size: 18px;
        line-height: 26px;
    }

    #services_info .item > p {
        font-size: 14px;
        line-height: 20px;
    }

    #support p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 28px;
    }

    #support .support_box {
        padding: 24px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #plans > .title {
        font-size: 32px;
        line-height: 44px;
    }

    #plans .plan {
        flex: 1 1 100%;
    }

    #plans .plan > .price {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 32px;
    }

    #plans .plan > p,
    #plans .plan > h2 {
        font-size: 20px;
        line-height: 28px;
    }

    #what_included h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 32px;
    }

    #what_included ul > li {
        font-size: 15px;
        line-height: 22px;
    }

    #ready {
        padding: 48px 0;
    }

    #ready .title {
        font-size: 32px;
        line-height: 44px;
    }

    .sign_bg {
        padding: 6px;
        max-width: 100%;
    }

    .sign_bg > h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .sign_bg > h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #contact_info .contact_info_box {
        padding: 24px;
    }

    #contact_info .contact_info_box h3 {
        font-size: 32px;
        line-height: 44px;
    }

    #contact_info .contact_info_box a {
        font-size: 15px;
        line-height: 20px;
    }

    #contact_form input,
    #contact_form textarea {
        font-size: 15px;
        line-height: 22px;
        padding: 14px;
    }

    #contact_help h2 {
        font-size: 24px;
        line-height: 36px;
    }

    #contact_help p {
        font-size: 14px;
        line-height: 20px;
    }

    .paymant_title {
        font-size: 32px;
        line-height: 44px;
    }

    .paymant_description {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .paymant_method {
        font-size: 18px;
        line-height: 24px;
        padding: 16px;
        padding-bottom: 40px;
    }

    .payment_details {
        margin: 40px auto 16px;
    }

    .payment_details > .info > p {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .payment_details > .info > p > span {
        font-size: 18px;
        line-height: 24px;
    }

    .paymant_agree {
        flex-direction: column;
        padding-left: 0;
        gap: 10px;
    }

    #success_message {
        padding: 24px;
    }

    #success_message > p {
        font-size: 15px;
        line-height: 22px;
    }
}
