.footer {

    a {
        &:hover {
            @apply text-secondary;
        }
    }

    .footer__content {
        @apply mb-2;
    }

    .custom-logo-link {
        img {
            width: auto;
        }
    }

    .socials-wrapper {
        a {
            &:first-child {
                margin-left: 0;
            }
        }
    }
}