#block-postkplinks {
    margin: 25px 0 20px 210px;
}
.kp-links__title {
    margin-bottom: 12px;
    font-weight: bold;
    color: #2a2f37;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: .17px;
}
.kp-links__content > a {
    margin-bottom: 6px;
    font-family: "Roboto";
    color: #000;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.kp-links__content > a:hover {
    color: #0071bb;
}
@media (max-width: 414px) {
    #block-postkplinks {
        margin: 25px 0 20px 0px;
    }
}
