.footer-table td {
    width: 40%;
}
.footer-table td:nth-child(2) {
    width: 60%;
}

@media (max-width:768px) {
    .footer-table td {
        width: 100% !important;
        display: block;
    }
}

.pkp_brand_footer a {
    max-width: 100px !important;
}

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

.divergencia_sites {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;    
}

.divergencia_sites a {
    display: inline;
    margin: 0 15px;
}