section.cms-page {
    padding: 130px 0 60px;
}

section.cms-page h1 {
    font-weight: 600;
}

section.cms-page h2 {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 600;
}

section.cms-page ul.bullet-list li {
    padding: 3px 0 3px 15px;
    background-image: url(https://emizentech.com/wp-content/themes/twentytwentyone-child/assets/images/icon61.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 6px auto;
}

section.cms-page strong {
    font-weight: 600;
}

section.cms-page p {
    color: #252525;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

section.cms-page p a {
    text-decoration: underline;
    color: #007db2;
}
@media(max-width: 1024px){
    h1{
        font-size: 28px;
        line-height: 1.4;
    }
}