/* footer {
    position: relative;
    margin-top: 400px;
    height: 150px;
    clear:both;
    padding-top:20px;
} */

footer::before {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    height: 10px;

    border-top: 8px solid #CC292A;
    content: '';
}

footer .footer-content {
    margin-right: 15px;
    /* max-width: 200px; */

    font-size: 16px;
    line-height: 21px;
}

footer .footer-content a {
    margin-bottom: 7px;
}

footer .footer-top {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

    background-color: #006EC7;
    color: white;
}

footer .footer-top h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

footer .footer-top a {
    color: white;
}

footer .footer-top .btn {
    background-color: #004882;
    color: white;
}

footer .footer-bottom {
    /* height: 50px; */
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #004882;
    color: white;
    margin-right: 0;
    margin-left: 0;
}

footer .sosmed img {
    margin-right: 20px;
    width: 24px;
    height: 24px;
}

footer .logo {
    width: 70%;
}

