/* Add here all your CSS customizations */
.footer-logos-title::after {
    content: "";
    display: block;
    position: relative;
    width: 66px;
    height: 2px;
    background-color: white;
    left: 50%;
    margin-left: -33px;
}