.mol-card-simple {
    @apply break-words;

    .atm-image {
        @apply mb-12;
        @apply w-auto;
        @apply h-full;

        img {
            @apply w-full;
            @apply h-full;
            object-fit: cover;
        }
    }

    .atm-heading {
        @apply text-secondary-col-1 mb-3;
    }

    .atm-paragraph {
        @apply mb-6;
    }
}
