footer {
    background-color: #404040;
    color: #FFFFFF;
}

footer img {
    max-height: 15px;
    margin-right: 20px;
}

footer h5 {
    font-weight: bold;
    /* margin-bottom: 20px; */
    font-size: 1.50rem;
}

/*  X-Large devices (large desktops, less than 1400px) */
/* @media (max-width: 1399.98px) {
    .footer-left {
        margin-left: 137px;
    }
} */

/*  Large devices (desktops, less than 1200px) */
/* @media (max-width: 1199.98px) {
    .footer-left {
        margin-left: 130px;
    }
} */

/*  Medium devices (tablets, less than 992px) */
/* @media (max-width: 991.98px) {
    .footer-left {
        margin-left: 120px;
    }
    .footer-social {
        margin-left: 150px;
    }
} */

/*  Small devices (landscape phones, less than 768px) */
/* @media (max-width: 767.98px) {
    .footer-left {
        margin-left: 100px;
    }
    .footer-social {
        margin-left: 100px;
    }
} */

/* X-Small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) {
    .footer-left {
        margin-left: 50px;
    }
    .footer-social {
        margin-left: 50px;
    }
} */
