.b-zig-zag.has-bg .h2,
.b-zig-zag.bgc-secondary .h2,
.b-zig-zag.has-bg .h4,
.b-zig-zag.bgc-secondary .h4,
.b-zig-zag.has-bg .h5,
.b-zig-zag.bgc-secondary .h5,
.b-zig-zag.has-bg .fs-lg,
.b-zig-zag.bgc-secondary .fs-lg {
    color: #fff;
}
.b-zig-zag.section .h2 {
    margin-bottom: 32px;
}

.b-zig-zag .btn {
    margin-top: 40px;
}
.b-zig-zag .item {
    padding: 48px 64px 47px;
    border-radius: var(--border-radius);
    margin-bottom: 24px;
}
.b-zig-zag .item:last-child {
    margin-bottom: 0;
}
.b-zig-zag .item .h4 {
    margin-bottom: 32px;
}
.b-zig-zag .item .h5 {
    letter-spacing: normal;
}
.b-zig-zag .item.bgc-primary * {
    color: #fff;
}

.toggle-list {
    margin-top: 48px;
}
.toggle-item {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
}
.toggle-item:first-child {
    border-top: 1px solid var(--color-border);
}
.toggle-title {
    padding: 30px 0 22px 0;
    cursor: pointer;
    flex-wrap: nowrap;
    -webkit-tap-highlight-color: transparent;
}
.toggle-title .h4 {
    font-weight: 500;
}
.toggle-item__icon {
    width: 40px;
}
.toggle-item .icon-minus,
.toggle-item.active .icon-plus {
	opacity: 0;
}
.toggle-item.active .icon-minus {
	opacity: 1;
}
.toggle-title .icon-plus circle,
.toggle-title .icon-minus circle {
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .toggle-title:hover .icon-plus circle {
    stroke: var(--color-blue);
  }
  .toggle-title:hover .icon-plus path {
    fill: var(--color-blue);
  }
  .toggle-title:hover .icon-minus circle {
    fill: var(--color-blue);
  }
}
.toggle-content {
    display: none;
    padding-bottom: 24px;
}
.toggle-item.active .toggle-content {
    display: block;
}
.toggle-content .h5 {
    margin-bottom: 16px;
}
.toggle-content p {
    margin-bottom: 8px;
}
.toggle-content .btn {
    margin-top: 24px;
}

.zig-zag-image {
    border-radius: 16px;
    height: 670px;
}


.b-zig-zag .bg-overlay--1 {
    background: rgba(47, 52, 55, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b-zig-zag .bg-overlay--2 {
    background: linear-gradient(79deg, rgba(17, 103, 95, 0.10) 0%, rgba(0, 150, 136, 0.10) 100%);
    background-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1100px) {
    .b-zig-zag.section .h2 {
        line-height: 66px;
    }
    .toggle-content p {
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .b-zig-zag.bg-image {
        background: #fff;
    }
    .b-zig-zag .subtitle {
        margin-bottom: 22px;
    }
    .b-zig-zag .content-col {
        margin-bottom: 24px;
        margin-top: 0;
    }
    .b-zig-zag .btn {
        margin-top: 24px;
    }
    .b-zig-zag.section.has-bg .h2 {
        margin-bottom: 72px;
    }
    .b-zig-zag.section .h2 {
        margin-bottom: 25px;
    }
    .b-zig-zag .fs-lg {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
    }
    .b-zig-zag.has-bg .js-height.height-set + .fs-lg {
        color: var(--color-default);
    }
    .b-zig-zag .fs-lg p:last-child {
        margin-bottom: 0;
    }

    .b-zig-zag .item {
        padding: 31px 32px 32px;
        margin-bottom: 16px;
    }
    .b-zig-zag .item .h4 {
        margin-bottom: 17px;
    }

    .toggle-list {
        margin-top: 0;
    }
    .toggle-content {
        padding-bottom: 14px;
    }
    .toggle-title {
        padding-top: 24px;
        padding-bottom: 18px;
    }
    .toggle-item:first-child {
        border-top: none;
    }
    .toggle-item:first-child .toggle-title {
        padding-top: 1px;
    }
    .toggle-content .h5 {
        margin-bottom: 17px;
    }
    .toggle-content p {
        margin-bottom: 4px;
    }
    .toggle-content .btn {
        margin-top: 20px;
    }
    .zig-zag-image {
        height: auto;
    }
    .toggle-read-more {
        letter-spacing: 0.7px;
        margin-bottom: 8px;
        display: block;
    }
    .toggle-read-more + .text,
    .toggle-read-more__input,
    .toggle-read-more__input:checked +label .more,
    .toggle-read-more__input +label .less {
        display: none;
    }
    .toggle-read-more__input:checked +label .less {
        display: inline;
    }
    .toggle-read-more__input:checked +label+ .text {
        display: block;
    }
    .toggle-read-more__input +label svg path {
        fill: var(--color-dark)
    }
    .toggle-read-more__input +label svg {
        transform: rotate(90deg);
        width: 18px;
        margin-left: 12px;
        margin-bottom: 2px;
    }
    .toggle-read-more__input:checked +label svg {
        transform: rotate(-90deg);
    }
}