header:is(#bottom) ,.desktop_nav,#header_nav,footer,.hide_mobile:has(.sign_in_btn,.find_my_fran_btn),.hide_tablet:has(.sign_in_btn) {
    display: none;
}

.landing-quiz-section{
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.landing-quiz-section .para{
    max-width: 520px;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
}

.specifications{
    justify-content: center;
    gap : 3rem;
}

.landing-quiz-close{
    position: absolute;
    top:12px;
    right: 20px;
    font-size: 2rem;
    z-index: 5;
}


@media (max-width: 768px){

    .specifications{
        gap: 1rem;
    }
}