.text-wrapper h2 {
    margin: 0 0 30px;
}
.spoiler_button {
    display: flex;
    margin: 0 0 20px;
    color: #272E40;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    background: #eceff3;
    border-radius: 8px;
    padding: 4px 15px;
}
.spoiler_button:hover {
    background: #e1e7f1;
    color: #272e40;
}
.spoiler_button:after {
    font-family: 'Fontawesome', 'Fontawesome brands';
    content: '\f107';
    color: #AFBBC5;
    font-size: 24px;
    font-weight: 100;
    margin-left: 15px;
}
.text-wrapper .spoiler_area {
    padding: 0 0 40px;
    font-size: 18px;
    line-height: 1.8;
}
.spoiler_area .page-list {
    list-style: decimal outside;
    margin-left: 25px;
}
.spoiler_area > p + .page-list {
    margin-top: 15px; 
}
.spoiler_area > .page-list + p {
    margin-top: 15px; 
}
.faq-messeng {
    position: relative;
    padding: 20px 30px 30px 30px;
    margin-top: 50px;
    background: #eceff3;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}
.faq-messeng h2,
.faq-messeng p {
    margin-bottom: 20px;
}
.faq-messeng .emoji {
    position: absolute;
    top: -28px;
    right: 14px;
}

/* Phone Adaptation - ph */
@media screen and (max-width: 560px)
{
    .text-wrapper h2 {
        margin: 0 0 20px;
        font-size: 25px;
    }
    .spoiler_button {
        margin: 0 0 20px;
        font-size: 16px;
    }
    .text-wrapper .spoiler_area {
        padding: 0 0 30px;
        font-size: 16px;
    }
    .faq-messeng {
        padding: 20px;
        font-size: 16px;
    }
}