.survey5 .survey_content_container {
    width: 100%;
    border: 2px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
}
.survey5 .survey_content_container .content_header {
    padding: 40px 159px;
    background-color: #4294FF;
    text-align: center;
}
.survey5 .survey_content_container .content_header .content_title {
    font-size: 50px;
    font-weight: 900;
    line-height: 75px;
    color: #fff;
}
.survey5 .survey_content_container .content_header .content_period {
    font-size: 38px;
    font-weight: 900;
    line-height: 53px;
    color: #fff;
}
.survey5 .survey_content_container .content_header img {
    margin-top: 24px;
}
.survey5 .survey_content_container .content_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 0 39px;
    background: url('/assets/images/tokenpost_new/survey/survey5_content_bg.svg') no-repeat center/cover;);
}
.survey5 .survey_content_container .content_body .content_benefit {
    margin-top: 6px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.7px;
    color: #001431;
}
.survey5 .survey_content_container .content_body .content_note {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.6px;
    color: #767676;
    opacity: 0.9;
}
.survey_link_wrap {
    width: 315px;
    margin: 0 auto;
}
.survey_crypto_wrap {
    margin-top: 40px;
}
.survey_crypto_wrap p {
    font-size: 18px;
}
.survey_crypto_wrap p a {
    text-decoration: underline;
    color: #4294FF;
}
.survey5 .guide_wrap {
    margin-top: 80px;
}
@media all and (max-width: 1399px) {
    .survey5 .survey_content_container .content_header {
        padding: 40px 44px;
    }
}