/* Specific styles for Index Page */

/* Biz 2 & 3 Special Zigzag Styling (No numbering, image fit) */
.biz-2 .zigzag-image {
    background: #fff;
}
.biz-2 .zigzag-image img {
    object-fit: contain;
}

.biz-2 .zigzag-text::before,
.biz-3 .zigzag-text::before {
    display: none;
}

.biz-2 .zigzag-text,
.biz-3 .zigzag-text {
    padding: unset;
}
