.footer-name {
    padding: 50px 0px;
    border-top: 15px solid #3e5a9d;
    background-color: black;
}

.footer-name h2 {
    font-family: "inter", sans-serif;
    font-size: .9rem;
    color: #fff;
    padding: 20px 0 0 0;
    word-spacing: 7px;;
}

.footer-name h2 a {
    color: #fff;
    text-decoration: none;
}

.footer-name h2 a:hover {
    color:#9e9e9e;
}

.footer-name img {
    height: 75px;
}

.footer-bottom {
    background: #fff!important;
    align-content: center;
    margin-top: 10px;
}

.footer-bottom p {
    font-family: "inter", sans-serif!important;
    text-align: center;
    font-size: .8rem;
    padding: 10px 0px;
    color: black;
}

.footer-bottom p a {
    text-decoration: none;
    color: black;
}

.footer-bottom p a:hover {
    color: #9e9e9e;
}

.footer-social {
    margin: 10px 0px;
}

ul.social {
    display: inline;
}

ul.social li {
    display: inline;
    padding: 0px 5px; 
    text-align: center;
    font-size: 21px;
}

ul.social li a {
    color: #444;
}

ul.social li a:hover {
    color: #9e9e9e;
}