
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;
}

/* 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*/