.terms-and-privacy { background-color: #EAEAEA; display: flex; justify-content: end; padding: 0.5rem 5vw; } .terms-and-privacy .link { text-decoration: underline; text-underline-offset: 2px; color: #000; opacity: 0.9; font-weight: 700; transition: 350ms ease-out; } .terms-and-privacy .link:hover { opacity: 1; @apply text-primary; } .terms-and-privacy .link ~ .link { margin-left: 2rem; }