.test{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.question{
    padding: 40px;
    background-color: white;
    border-radius: 10px;
}

.question-text{
    font-family: "TT Firs Neue", sans-serif;text-transform: lowercase; font-weight:600;
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 36px;

}

.question-anses{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

.question-num{
    display: flex;
    gap: 50px;
    color: #909090;
}

.question-ans{
    border: 1px solid #222222;
    padding: 0 135px;
    height: 102px;
    width: 625px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 25px;
}

main .button_pink{
    width: 380px;
    margin-left: auto;
    margin-bottom: 200px;
    height: 85px;
    margin-top: 30px;
}

main{
    display: flex;
    flex-direction: column;
}

.banner{
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 150px;
}

.banner_title{
    font-size: 96px;
    line-height: 80%;
}

.banner_text{
    font-size: 24px;
    line-height: 30px;
    width: 550px;
    margin-top: 50px;
}

.banner .banner_btn{
    height: 85px;
    width: 208px;
    margin: 0;
    margin-top: 30px;
}

.banner_img{
    position: absolute;
    right: 40px;
    z-index: -1;
    height: 500px;
}

.crumbs{
    margin-top: 50px;
    margin-bottom: 50px;
}

.question-ans:hover{
    background-color: #EDEDED;
}

.question-ans.active{
    background-color: #FF99F0;
}

@media(max-width: 400px){
    .banner{
        margin-bottom: 80px;
        height: fit-content;
    }
    .banner.p40{
        padding: 0;
    }
    .banner_title{
        margin-left: 24px;
        font-size: 40px;
        line-height: 90%;
    }
    .banner_text{
        margin-left: 24px;
        width: inherit;
        font-size: 16px;
        line-height: 130%;
        margin-right: 80px;
    }
    .banner .banner_btn{
        margin: 30px 0 50px 24px;
        height: 61px;
        width: 124px;
    }
    .banner_img{
        right: inherit;
        position: relative;
        height: inherit;
        width: 100%;
    }
    .question-text{
        font-size: 40px;
        line-height: 90%;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .question{
        padding: 24px;
    }
    .test{
        gap: 40px;
    }
    .test.p40{
        padding: 0;
    }
    .question-anses{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .question-ans{
        height: 70px;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 130%;
    }
    main .button_pink{
        margin-top: 40px;
        margin-bottom: 120px;
        height: 61px;
        width: 262px;
    }
}
