header h1 {
    margin: 40px 0 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 2px;
    color: #2d2d2d;
}
section.page-content.page-cms > *,
section.page-content.page-cms address span,
section.page-content.page-cms h2,
section.page-content.page-cms h2 strong,
section.page-content.page-cms h2 span,
section.page-content.page-cms p strong {
    color: #000!important;
}
section.page-content.page-cms h2 strong, section.page-content.page-cms h2 span, section.page-content.page-cms h1 strong, section.page-content.page-cms h1 span, section.page-content.page-cms h1{
    font-size: 22px;
    font-weight: 600;
    color: #2d2d2d!important;
}
section.page-content.page-cms h2,
section.page-content.page-cms p strong {
    font-size: 16px!important;
    color: #2d2d2d!important;
    text-align: left;
}
section.page-content.page-cms h2 strong, 
section.page-content.page-cms h3 .h3, 
section.page-content.page-cms h3 strong, 
section.page-content.page-cms h3 span strong {
    display: block;
    margin-top: 25px!important;
    font-size: 16px!important;
    font-weight: 600;
    color: #2d2d2d!important;
    text-align: left;
}
section.page-content.page-cms p,
section.page-content.page-cms p span {
    font-size: 14px!important;
    color: #2d2d2d!important;
}
section.page-content.page-cms ul,
section.page-content.page-cms ol,
section.page-content.page-cms p {
    text-align: left;
}
section.page-cms a.bottom-logo-link {
    width: fit-content;
    display: block;
    margin: 80px auto 0;
}
#main section.page-content.page-cms {
    margin-bottom: 0;
    padding: 5px 15px 10px;
}
#main section.page-content.page-cms h1 {
    display: none;
}
a span {
    font-size: 16px;
    font-weight: 500;
    color: #000!important;
}
a span:hover {
    color: #1e4b3e!important;
}
.cms-testimonial {
    width:  fit-content;
    margin: 0 auto;
}
section.page-content.page-cms ul li p,
section.page-content.page-cms ol li p {
    display: inline-block;
}
/*media queries*/
@media (max-width: 991px) {
    body#cms img {
        max-width: 100%;
        height: auto;
    }
    body#cms iframe {
        max-width: 100%!important;
    }
    body#cms table {
        width: 100%!important;
        height: auto!important;
        font-size: 14px;
        font-weight: 400;
        overflow-x: scroll!important;
        display: block;
    }
    body#cms table td {
        display: table-cell!important;
        width: 50%!important;
        padding: 10px;
    }
    body#cms table img {
        height: 180px;
        width: auto;
        object-fit: cover;
    }
}
@media (max-width:480px) {
    header h1 {
        font-size: 24px;
    }
    section.page-content.page-cms h2 strong, section.page-content.page-cms h2 span, section.page-content.page-cms h1 strong, section.page-content.page-cms h1 span, section.page-content.page-cms h1 {
        font-size: 18px;
    }
    /*body#cms p a {*/
    /*    display: block;*/
    /*}*/
    body#cms a img {
        float: none!important;
    }
    section.page-content.page-cms ul,
    section.page-content.page-cms ol {
        font-size: 14px;
    }
    #main section.page-content.page-cms > * {
        text-align: left!important;
    }
}