
section.page {
    padding: 40px 0;
}
h1.title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    color: var(--green);
}
.content h3 {
    font-size: 24px;
    margin: 22px 0 15px;
}
.content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #3c3c3c;
}
.content p strong {
    color: #000;
    font-weight:700;
}
strong {
    color: #000;
    font-weight:700;
}
.block ul {
    list-style: inside;
    padding-left: 20px;
    margin-bottom: 12px;
}
.block ul li {
    padding: 2px 0;
}
.block h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 12px;
}
/* new d r */
@media screen and (max-width: 767px) {
    h1.title {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .content h3 {
        font-size: 20px;
        margin: 18px 0 10px;
    }
    .content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    section.page {
        padding: 30px 0;
    }
    
}
/*767 end*/