.org-vacancy-contact-block {
    @apply rounded-xl text-white font-display relative overflow-hidden;
    @apply px-6 py-8;

    .ambient {
        @apply top-0 right-0;
    }

    .atm-heading {
        @apply text-white text-left mb-6;
    }

    .atm-image {
        @apply w-28 h-28 rounded-2xl overflow-hidden;
    }

    .atm-paragraph p {
        @apply mb-2;
    }

    .contact-block-intro {
        @apply flex gap-4 mb-12;
    }

    .mol-icon-tag {
        @apply text-white block mb-4;

        i {
            @apply text-h6;
        }
    }
}
