.wrapper-info-vacancy {
    @apply mt-9 lg:mt-0;
    @apply w-full lg:grid grid-cols-12 gap-10 mb-8;

    .left {
        @apply col-span-3;
    }

    .right {
        @apply col-span-9;
        @apply grid grid-cols-12;

        .wrap-contact-info {
            @apply col-span-12 lg:col-span-6 lg:h-full;
            @apply mb-9 lg:mr-9;

            .paragraph {
                @apply mb-9;
            }
        }

        .wrap-card-contact {
            @apply col-span-12 lg:col-span-6;

            .heading {
                @apply ml-9;
                @apply text-red;
            }

            a {
                .text:first-letter {
                    text-transform: lowercase !important;
                }
            }

            a {
                .text:first-letter {
                    text-transform: lowercase !important;
                }
            }
        }
    }
}
