.title span {
    display: none;
    font-size: 0;
}
.title h2 {
    font-family: "Lora", serif;
    font-size: 43px;
    color: #332188;
    font-weight: normal;
    letter-spacing: 0;
}
.about-sect .txt-box .index-about-editor .editor {
    letter-spacing: 1px;
}
.service-box .flex {
    height: 420px;
}
.service-sect .editor {
    line-height: 1.8;
}
@media screen and (max-width: 1440px) {
    .service-box .flex {
        max-width: 700px;
        padding: 30px 5% 30px 6%;
        box-sizing: border-box;
    }
    .service-box .flex:before {
        top: 220px;
        font-size: 95px;
    }
    .service-box .flex {
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .service-box .flex:before {
        top: inherit;
        font-size: 65px;
    }
    .service-box .flex {
        max-width: 100%;
        padding: 0 30px 30px;
        height: auto;
    }
    .service-sect .editor ul {
        max-width: 600px;
        margin: 0 auto;
    }
    .title h2 {
        font-size: 34px;
    }
}