.mol-company {
    @apply border border-solid border-cta border-opacity-50;
    @apply p-12;
    @apply text-center;
    @apply h-full;
    @apply flex flex-col justify-center;

    .atm-image {
        @apply h-32 relative;

        img {
            @apply max-w-[290px] max-h-32 absolute m-0 top-1/2 left-1/2;
            transform: translate(-50%, -50%);
        }
    }

    .atm-button {
        @apply mt-12 mr-0;
    }
}
