.mol-footer-link-list {
    @apply mb-2;

    .mol-footer-link-list-blackheader {
        .atm-heading {
            @apply text-black;
        }
    }

    .atm-heading {
        @apply text-lg font-normal mb-[14px] text-secondary-col-1;
    }

    .atm-link {
        @apply text-black text-sm no-underline hover:text-cta hover:underline leading-7;
    }
}
