.sect-title h2{
    letter-spacing: 3px;
}
.join_layout .row .col.txt .index-about-editor h3{
    letter-spacing: 2px;
    line-height: 1.2;
}
.about-sect .col.txt .index-about-editor p {
    margin: 0;
    text-align: left;
}
.about-sect .col.txt .index-about-editor h3 {
    line-height: 1.2;
}
.s_layout_top .s_text span {
    letter-spacing: 3px;
    line-height: 1;
    margin: 10px 0;
}
.about-sect .col.txt .index-about-editor {
    -webkit-line-clamp: initial;
    height: auto;
}
@media screen and (max-width: 767px) {
    .sect-title h2 {
        font-size: 26px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    .join_layout .row .col.txt .index-about-editor h3 {
        letter-spacing: 2px;
        margin: 0;
        margin-bottom: 5px;
        font-size: 20px;
        text-align: center;
    }
}