@media (min-width: 992px) {
    .pkp_site_name .is_img img {
         margin-top: 16px;
    }
}

pkp_site_name {
    display: flex;
    justify-content: center; 
    align-items: center;
}

body > div.pkp_structure_page > div.pkp_structure_content.container.main_content > main > div > article > div > section > div.list-group > div > div:nth-child(1) {
    display: none;
}

body > div.pkp_structure_page > div.pkp_structure_content.container.main_content > main > div > article > div > section > div.list-group > div > div:nth-child(2) {
    display: none;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 190px;
    }
}


.pkp_structure_footer_wrapper {
    background: #4CBB17
}

body > div.pkp_structure_page > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img {
    display: none;
}

html, body {
    background: #f8f7f7;
}