@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 50px;
    }
}
.navbar-brand {
    height: 65px !important;
}
footer[role="contentinfo"] {
    background: #e7e7e7 !important;
    color: #464545 !important;
}
section.additional_content h1:after {
    content: "";
    background-color: #75b027;
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 10px;
}
.flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.max-400{
    max-width: 400px;
}
@media(max-width:767px){
    .max-400{
    max-width: 215px;
}
.grid-1fr{
    display: grid;
    grid-template-columns: 1fr;
}
}