@media (max-width: 700px) {

    .lp_pricing {
        background-attachment: local;
    }

    .lp_homepage_layout {
        padding: 20px;
    }


    .lp_homepage_left {
        width: 100%;
        z-index: 10;
    }
    
    .lp_title_text {
        text-align: center;
    }

    .lp_description_text {
        text-align: center;
    }

    .lp_cta_buttons {
        justify-content: center;
    }

    .lp_features_card_row {
        flex-direction: column;
    }

    .pricing_card_layout {
        flex-direction: column;
    }

    .lp_pricing_banner_card {
        flex-direction: column;
        gap: 10px;
        max-width: 400px;
        margin: auto;
        margin-top: 20px;
    }

    .lp_accordion {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .lp_accordion_panel {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 80px);
    }

    .lp_works_layout {
        flex-direction: column;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .works_asset {
        border-radius: 10px 10px 0 0;
        border-bottom: none;
        width: 100%;
        height: 200px;
    }

    .lp_works_decription_layout {
        width: calc(100% - 60px);
        border-radius: 0 0 10px 10px;
        border: 2px solid var(--color-light);
    }

    .pricing_button_active {
        width: calc(100% - 80px);
    }

    .lp_pricing_banner_card_text {
        text-align: center;
    }

    .footer_layout {
        flex-direction: column;
        align-items: center;
    }

    .lp_features {
        margin-top: 0;
    }

    .lp_pricing {
        margin-top: 0;
    }

    .lp_faq {
        margin-top: 0;
    }

    .pricing_banner_card {
        max-width: 400px;
    }

    .lp_cta_buttons {
        flex-direction: column;
    }

    .lp_home_frosted_card {
        display: none;
    }

    .lp_cta_buttons {
        flex-direction: row;
    }

    .lp_works2_card_wrapper {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns:none;
        gap: 20px;
        width: 95%;
        min-width: 300px;
        box-sizing: border-box;
    }

    .works_create_account {
        background-attachment: scroll;
        background-size: inherit;
        background-position: inherit;
    }

    .works_deploy_script {
        background-attachment: scroll;
        background-size: inherit;
        background-position: center;
    }

    .works_start_decorating {
        background-attachment: scroll;
        background-size: inherit;
        background-position: right;
    }

    .lp_works2_card {
        height: 300px;
        width: 100%;
        min-height: fit-content;
    }

    .lp_works {
        gap: 20px;
    }

    .lp_section_description_text {
        text-align: center;
    }

    .lp_section_description_text2 {
        text-align: center;
    }

    .lp_pricing {
        height: 100%;
        padding: 80px 0 40px;
    }

    .lp_pricing_card_wrapper {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: none;
        gap: 20px;
        width: 100%;
        min-width: 300px;
        box-sizing: border-box;
        padding: 20px;
        justify-items: center;
    }

    .lp_pricing_card_2 {
        width: 90%;
        min-width: 300px;
        box-sizing: border-box;
    }

    .lp_pricing_card_3 {
        width: 90%;
        min-width: 300px;
        height: fit-content;
        box-sizing: border-box;
        gap: 30px;
    }

    .lp_pricing_card_4 {
        width: 90%;
        min-width: 300px;
        box-sizing: border-box;
    }

    .lp_title_section_wrapper {
        width: 95%;
        min-width: 300px;
        box-sizing: border-box;
    }

    .carousel_container {
        max-width: 100vw;
    }

    .carousel_wrapper {
        height: 461px;
        overflow-x: hidden;
        max-width: 100vw;
        padding-top: 20px;
    }

    .carousel_card {
        width: 220px;
        height: 360px;
    }

    .checkout_modal_container {
        height: 100dvh;
        border-radius: 0;
        width: 100%;
        border: 0;
        display: flex;
        align-items: center;
    }
}