#wrapper .breadcrumb {display: none;}
#main .page-header {padding: 28px 0;background: #c0b9a6;height: auto;margin: 0 0 1rem;}
.header-flex {display: flex;align-items: center;column-gap: 16px;}
.header-icon img {height: 60px;width: 60px;}
.header-title h1 {font-size: 30px;color: #fcf5e0;line-height: 36px;text-transform: none;margin: 0;font-weight: 600;}
.header-title p {font-size: 20px;font-weight: 300;color: #fcf5e1;margin: 0;line-height: 30px;}
.header-title h1 strong {color: #992132;font-weight: 600;}
.page-content.page-cms {padding: 0;text-align: justify;background: transparent;}
.page-content.page-cms p, .page-content.page-cms * {font-family: 'Open Sans', sans-serif !important;line-height: 24px;}
#main .page-content.page-cms {margin: 0 0 1.5rem;padding: 2rem 0;}
.page-content h2 {font-size: 22px;line-height: 34px;color: #1b1b1b;margin: 0 0 8px;font-weight: 600;}
.page-content h3 {font-size: 20px;line-height: 30px;color: #992132;margin: 0 0 8px;font-weight: 600;}
.page-content h4 {font-size: 18px;line-height: 28px;color: #1b1b1b;margin: 0 0 8px;font-weight: 600;}
.page-content p {font-size: 16px;line-height: 26px;color: #1b1b1b;}
.page-content a {color: #992132;text-decoration: underline;}
.page-content a:hover, .page-content a:focus {text-decoration: none;}

@media (max-width: 576px) {
    #main .page-header {
        padding: 25px 0;
    }
    .header-flex .header-title {
        text-align: left;
    }    
    .header-flex .header-icon {
        display: block;
    }
    #main .page-content.page-cms {
        margin: 0 0 1.5rem;
        padding: 0;
    }
}