.footer {
    text-align: center;
    margin-top: 140px;
    border-top: 1px solid rgba(250, 250, 250, 0.15);
    padding: 40px 0px;
}

.footer p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.footer p a {
    color: #f5a425;
}

.footer h5 {
    color: white;
    padding-bottom: 10px;
}

.footer img {
    width: 50px;
    height: auto;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.footer li {
    display: block;
    padding-inline: 10px;
    color: white;
}

.footer #social-media li {
    display: inline-block;
    padding-inline: 10px;
    color: white;
}

.footer .col-md-4 {
    margin-bottom: 10px;
}