﻿/*footer*/

#footer {
    padding: 4rem 0 0;
    background-color: #191d36;
}

#footer .footer-links h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    margin-left: 0px;
    margin-bottom: 12px;
    color: #fff;
    text-transform: capitalize;
    display: inline;
    border-bottom: 1px solid #fff;
}

.footer-links ul {
    margin-top: 1.3rem;
}

#footer .footer-links ul li {
    padding: 12px 0;
    display: flex;
    align-items: center;
}

#footer .footer-links ul a {
    font-size: 20px;
    font-weight: 400;
    color: #dddddd;
    display: inline-block;
    line-height: 1;
}

    #footer .footer-links ul a img {
        margin-right: 9px;
    }

.footer-bottom {
    padding: 1rem 0;
    background-color: #191d36;
}

    .footer-bottom img {
        width: 244px;
    }

    .footer-bottom h4 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
    }
