.org-vacancy-block {
    @apply bg-white;
    @apply p-10;
    @apply pr-20;
    @apply lg:pr-44;
    @apply relative hover:bg-cta transition duration-150 ease-in-out;

    &:hover {
        > .atm-icon {
            @apply right-8;
        }

        > .atm-icon::before {
            @apply text-white;
        }

        li span::before {
            @apply text-white;
        }

        .mol-specs-list ul li,
        .atm-heading {
            @apply text-white;
        }
        .atm-paragraph p{
            @apply text-white;
        }
    }

    .mol-specs-list {
        @apply mb-2;
    }

    .atm-paragraph p {
        @apply m-0;
    }

    .atm-link {
        @apply hidden;
    }

    > .atm-icon {
        @apply absolute;
        top: 45%;
        @apply right-10;
        @apply text-cta;
    }
}
