.org-cta-block {
    .mol-title,
    .atm-paragraph {
        @apply mb-5;
    }

    .org-cta-block-wrapper {
        @apply flex flex-col;
    }

    .first {
        @apply flex items-center relative z-20;

        svg {
            @apply absolute ml-[-1px] z-[-1];

            &.org-cta-block-desktop {
                @apply h-full left-full top-0 hidden;
                @apply lg:block;
            }
            &.org-cta-block-mobile {
                @apply -z-10 w-full left-0 top-full block -mt-8;
                @apply lg:hidden;
            }
        }

        .atm-button {
            @apply mr-4;
        }
        
        .atm-heading {
            @apply text-secondary-col-1;
        }

        .wrap-info {
            @apply p-0 pt-8 w-full;
        }
    }

    .second {
        @apply -mt-8 lg:mt-0;
        .atm-image {
            @apply sm:h-full h-72;

            img {
                @apply w-full h-full object-cover;
            }
        }
    }

    @screen lg {
        .org-cta-block-wrapper {
            @apply flex-row;
        }

        .first {
            @apply mx-0 py-16 w-[35%];
        }
        .second {
            @apply w-[65%];
        }
    }
}
