.pkp_brand_footer a{
    display: none;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: max-content;
    }
}

.homepage_about h2{
    display: none;
}

.block_make_submission a{
border-radius: 18px;
    width: 100%;
    text-align: center;
    background-color: #3e74a7;
    border: 1px solid gray;
    padding: 4px;
    color: white;
}