.contact-expertise
{
    @apply bg-red;
    @apply text-white;
    @apply pt-11;
    @apply pb-8;
    @apply px-8;
    @apply grid;
    @apply justify-center;
    @apply text-center;

    .h2
    {
        @apply mb-6;   
    }
}