.rwh-footer {
    background: #0c1117;
    color: #cfd6e1;
    padding: 40px 0 20px;
    margin-top: 40px;
    font-size: 14px;
}

.rwh-footer h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}

.rwh-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rwh-footer ul li {
    margin-bottom: 6px;
}

.rwh-footer a {
    color: #9bbcf9;
    text-decoration: none;
}

.rwh-footer a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 25px;
    padding-top: 15px;
}