@media only screen and (max-width: 767px) {
    .modal_content {
        padding-top: 80px;
        height: fit-content;
        max-height: 100dvh;
        overflow-y: auto;
    }
    
    .modal_signup_item_wrapper {
        width: 100%;
    }

    .modal_header {
        width: 100%;
    }

    .why-section {
        padding: 5em 1em;
    }

    .section_card_3 {
        padding: 20px;
    }

    .section_row_design {
        align-items: flex-start;
    }

    .dashboard_grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 2em 0;
        min-width: fit-content;
    }

    .dashboard_modal_content {
        height: 100%;
        padding-top: 12px;
    }
}