.content p {
    text-indent: 2em;
    line-height: 26px;
    font-size: 14px;
}
.content span{
    font-weight:600;
    font-size: 16px;
}
.title1 {
    color: #0859ff;
}
.content p h3 {
    text-indent: 2em;
}
.content h4 {
    display: inline-block;
    text-indent: 2em;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .content p {
        text-indent: 2em;
        line-height: 26px;
        font-size: 16px;
    }
    .content span{
        font-weight:600;
        font-size: 16px;
    }
}

