.footer { background: #00A196; padding: 20px 40px; } .footerInner { max-width: 1200px; margin: 0 auto; } .footerLinks { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 8px; flex-wrap: wrap; } .footerLink { font-size: 13px; color: rgba(255, 255, 255, 0.85); cursor: pointer; &:hover { color: #fff; } } .footerDivider { color: rgba(255, 255, 255, 0.5); font-size: 12px; margin: 0 12px; } .footerCopy { font-size: 12px; color: rgba(255, 255, 255, 0.65); text-align: left; }