.simple-title {
    padding: 86px 0 100px;
}

.simple-wrapper h1,
.simple-title h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 110px;
    text-align: center;
    color: #0a2144;
    margin: 0!important;
    letter-spacing: -0.04em;
}

.simple-wrapper .the-content-n h1 {
    letter-spacing: normal;
    text-align: left;
}

.simple-wrapper .the-content-n h2 {
    font-size: 36px;
    line-height: 44px;
}

.simple-wrapper .the-content-n h3 {
    font-size: 32px;
    line-height: 38px;
}

.simple-wrapper .the-content-n h4 {
    font-size: 24px;
    line-height: 30px;
}

.simple-wrapper .the-content-n h5 {
    font-size: 20px;
    line-height: 26px;
}

.simple-wrapper .the-content-n h5 {
    font-size: 18px;
    line-height: 28px;
}

.simple-wrapper p,
.simple-wrapper div .patent-text,
.simple-title p,
.simple-wrapper .the-content-n p,
.simple-wrapper .the-content-n ol,
.simple-wrapper .the-content-n ul,
.simple-wrapper .the-content-n li,
.simple-wrapper .the-content-n strong {
    font-size: 18px;
    line-height: 28px;
    color: #353D46;
    font-weight: 300;
}

.simple-wrapper img {
    max-width: 100%;
    height: auto;
}

.simple-wrapper .the-content-n strong {
    font-weight: 700;
}

.simple-wrapper .bialty-container {
    min-height: 100vh;
    height: auto;
}

.simple-wrapper a {
    color: #2671FF;
}

@media (max-width: 768px) {
    .page-template-simple .container {
        padding-left: 38px;
        padding-right: 38px;
    }
    .simple-wrapper h1, .simple-title h1 {
        font-size:  40px;
        line-height: 48px;
    }
    .simple-title {
        padding: 30px 0 50px;
    }   
}