.footer {
    background-color: #141213;
}

.footerRow_1 {
    width: auto;

 }

 .footerInfo {
    color: #848484;
    font-size: 10px;
    margin-bottom: 0px;
 }
 .footerLink {
    color: #848484;
    font-size: 11px;
    margin-bottom: 0px;

 }
 .footerLink:hover {
    color: #ffffff;

 }

 @media screen and (min-width: 575px) {
    .footerRow_1 {
        /* width: 45%; */
        /* width: 96%; */
    }
}
