.page_profile .section_review .txt {
    text-align: center;
    margin-bottom: 1em;
}

.page_profile .section_review .txt01 {
    font-size: var(--fs_n);
    font-weight: bold;
}

.page_profile .section_review .txt02 {
    font-size: var(--fs_s);
}

.page_profile .section_review .btn_reviews {
    display: block;
    width: 80%;
    max-width: 16em;
    line-height: 3em;
    margin: 0 auto;
    text-align: center;
    background: #ffc824;
    color: #49a0ff;
    border-radius: 0.25em;
}

.page_profile .section_review .btn_reviews:hover {
    position: relative;
    top: 2px;
}