.post-archive-crabe {

    .post-type-grid {
        &__post {
            &__gallery {
                .gallery-wrap {
                    div {
                        @apply h-full;

                        img {
                            height: 350px;
                        }
                    }
                }
            }
        }
    }
}