.pkp_brand_footer {
    padding: 30px;
    position: absolute;
    top: 200px;
    right: 0;
}


@media (min-width: 992px) {
    .pkp_site_name_wrapper {
        height: auto;
        justify-content: center;
        display: flex;
    }

    .pkp_site_name .is_img img {
        max-height: 180px;
    }

    .pkp_brand_footer {
        top: 0;
    }
}

