@media(max-width: 599px){
    .top_content{
        margin-top: 70px;
    }
.wrapper{
    padding: 100px 0;
    background-color: #e9c964;
}


.select_content_title{
    width: 80vw;
    margin: 50px auto;
}
.select_content_title h1{
    color: #fff;
}

.select_content_wrapper{
    width: calc(95vw - 40px);
    background-color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    padding: 50px 20px;
    text-align: center;
}
.select_content_wrapper h1{
    font-size: 22px;
    -webkit-text-stroke: 0.5px #3b3938;
    color: #89cfc3;
    margin-bottom: 100px;
}
#question{
    font-size: 20px;
    margin: 50px 0;
}
.select_content_flex_wrapper{
    width: 90vw;
    /* gap: 50px; */
    margin: 0 auto;
}
.select_content_flex_wrapper div{
    transition: 0.1s;
    width: 90vw;
    text-align: center;
}

.first_item{
    display: flex;
    margin: 15px 0;
    gap: 20px;
}
.first_item:hover{
    transition: 0.3s;
    transform: scale(1.1);
}

.circle_button{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #555;

}
.select_content_wrapper p{
    font-size: 16px;
    font-weight: bold;
}

.b_button{
    margin: 10px 0;
}

.display_none{
    display: none;
}
#result_copy{
    font-size: 20px;
    margin-top: 50px;
}
#result_img{
    width: 80vw;
    border-radius: 10px;
    margin: 0 auto;
}
}