.footer-col h2 {
    text-align: left;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}
.footer-all {
    background-color: #2e2e86;
    padding: 3em 15em 1em;
    margin-top: 5em;
}
.footer-col {
    display: flex
;
    justify-content: space-between;
}
.footer-col li {
    color: #fff;
    font-size: 19px;
    padding-left: 1em;
    font-weight: 400;
}
img#unifooter {
    width: 230px;
}
.footer-all p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 2em;
}
.special {
    font-size: 25px !important;
}
.socialsss {
    text-align: left;
}
.footer-col a {
    color: #fff;
}
.footer-col a:hover {
    color: #b0b0b0;
}
@media (max-width: 791px) {


    .footer-col {
    flex-direction: column;
}
.footer-all {
        text-align: center;
    padding: 2em 1em;
}
.footer-col h2 {
    font-size: 29px;
}
.footer-col li {
    font-size: 16px;
    line-height: 26px;
}
}