.bh-provider-footer { background-color: $color-core-blue; padding: 48px 24px 40px; width: 100%; &-tagline { text-align: center; font-family: $effra; font-size: 17px; line-height: 25px; letter-spacing: 0.49px; color: $color-white; margin-bottom: 32px; } &-flex { display: flex; justify-content: space-between; align-items: center; @media screen and (max-width: 639px) { flex-direction: column-reverse; align-items: flex-start; gap: 32px; } } &-copyright { font-family: $effra; font-size: 15px; line-height: 18px; letter-spacing: 0.25px; color: $color-core-blue-08-light; margin-bottom: 0; } &-links { display: flex; justify-content: space-between; gap: 32px; list-style: none; padding-left: 0; margin-bottom: 0; @media screen and (max-width: 639px) { gap: 16px; text-align: left; flex-direction: column; } } &-link { text-decoration: none; font-family: $effra; font-size: 15px; line-height: 18px; letter-spacing: 0.25px; color: $color-white; &:hover, &:active { color: $color-core-blue-09-light; text-decoration: underline; } &:focus { color: $color-accent-blue-08-light; box-shadow: none; outline-width: 2px; outline-style: solid; outline-color: transparent; outline-offset: 2px; transition: none; text-decoration: none; } } }