footer .normal a,footer .normal {
   color: #464646;
}

footer .sv-horizontal {
   display: flex;
   padding: 1rem 0;
   justify-content: center;
}

footer .sv-image-portlet {
   padding: 1rem;
   display: flex;
   align-items: center;
}

footer > div:last-child {
   background-size: auto 28%;
   padding: 12rem 1rem 5rem;
}

footer ul {
   display: inline-block;
   width: 100%;
   margin: 0;
   padding: 0;
}

footer ul li {
   display: flex;
   align-items: center;
   margin-bottom: 1rem;
}

footer ul li a.normal {
   text-transform: uppercase;
   font-size: .8125rem;
   text-decoration: none;
   word-break: break-word;
   color: #fff;
}

footer ul li a.normal:hover {
   text-decoration: underline;
}

footer ul li a i {
   min-width: 18px;
   text-align: center;
   margin-right: 10px;
   text-decoration: none,
}

@media (max-width: 767px) {
   footer .sv-image-portlet {
      padding: 0.5rem;
   }
   footer > div:last-child {
      background-size: auto 60px;
      padding: 5rem 0 0;
   }
}