.training-last-posts-crabe {
    .last-posts {
        &__post {
            &:hover {
                .last-posts__post__content {
                    @apply shadow-xl;
                }
            }
        }
    }
}