.zwc-formsfeature-section .zwc-formsfea-main {
    padding: 5em 0;
}
.zwc-formsfea-main h2 {
    font-size: 36px;
}
.zwc-formsfeature-content h3 {
    font-size: 26px;
}
.rows > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}
.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-image .rows {
    flex-direction: row-reverse;
}
.full-width {
    text-align: center;
    margin: 0 auto;
}
.zwc-formsfea-main.zwc-formsfea-main.what-section {
    background: #f9f9f9;
    padding: 3em 0;
}
.zwc-sub-feature-content .col {
    background: #ffffff;
    padding: 40px 40px;
    border-radius: 10px;
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
}
.rows.zwc-sub-feature-content {
    gap: 10px;
}
.full-width .zwc-formsfeature-img {
    max-width: 800px;
    margin: 0 auto;
}
.zwc-formsfeature-section .zwc-formsfea-main:nth-child(2n+2) {
    background: #f1f4f0;
}

.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}

.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
    text-align: center;
}

.faq-section .zwc-center-ctn h2 {
    transform: translateY(0px) !important;
}

.accordion {
    margin: 0px auto;
    max-width: 780px;
}

.faq-content {
    border: 1px solid rgb(217, 217, 217);
    transition: 0.5s;
    border-radius: 5px;
    margin: 30px 0px;
}

.faq-content.active {
    border-color: rgb(0, 188, 131);
    padding-bottom: 20px;
}

.faq-content h3 {
    position: relative;
    font-size: 19px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin: 0px;
    transition: 0.5s;
    padding: 25px 50px 25px 30px;
}

.faq-content:last-child {
    margin-bottom: 0px;
}

.accord-content {
    display: none;
    padding: 0px 30px;
}

.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}

.faq-content h3 span.faq-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 15px;
    transition: 0.5s;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-content .faq-arrow::after, .faq-content .faq-arrow::before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.5s;
}

.faq-content .faq-arrow::before {
    top: 5px;
    right: 1px;
}

.faq-content .faq-arrow::after {
    right: inherit;
    left: 7px;
    transform: rotate(90deg);
    top: 5px;
}

.faq-content.active .faq-arrow::after, .faq-content.active .faq-arrow::before {
    background: rgb(0, 188, 131);
}

.faq-content h3.active span.faq-arrow::before {
    transform: rotate(-90deg);
}

.accord-content a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}

.accord-content ul li {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.accord-content ul li::before {
    content: "";
    inset: 22px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}

.accord-content ul li::after {
    content: "";
    inset: 18px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed gray;
    border-radius: 50%;
    position: absolute;
}
.zwc-faq-section .content-wrap {
    background: #edf5ff;
    margin: 50px auto;
    padding: 50px 50px;
    border-radius: 10px;
}
.zwc-faq-section .faq-slider {
    padding: 0 70px;
    max-width: 1100px;
    margin: 0 auto;
}
.zwc-faq-section button.slick-prev {
    left: -50px;
}
.zwc-faq-section button.slick-next {
    right: -50px;
}
.faq-slider ul.slick-dots {
    margin: 30px 0 0;
}
ul.zs-form-feature-list {
    display: flex;
    flex-wrap: wrap;
}
ul.zs-form-feature-list li a {
    padding: 7px 12px;
    border: 1px solid #03a9f5;
    border-radius: 5px;
    font-size: 16px;
    transition: .1s ease;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
@media screen and (max-width: 1199px){
    .full-width .zwc-formsfeature-content {
        max-width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1023px) {
    .rows > div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .zwc-formsfea-main h2, .zwc-faq-sec .zwc-page-title h2 {
        font-size: 28px;
    }
    .zwc-formsfeature-content h3 {
        font-size: 24px;
    }
    .zwc-formsfeature-img {
        margin: 0 auto;
        max-width: 500px;
    }
    .zwc-formsfeature-content {
        margin-bottom: 40px;
        text-align: center;
    }
    .zwc-formsfeature-section .zwc-formsfea-main {
        padding: 3em 0;
    }
    .zwc-sub-feature-content .col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .rows.zwc-sub-feature-content {
        max-width: 500px;
        margin: 0 auto;
    }
    .zwc-faq-section .faq-slider {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .zwc-faq-section .content-wrap {
        padding: 60px 10px;
        margin: 0 auto 20px auto;
    }
}
@media screen and (max-width: 480px) {
    .faq-content h3 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
    }
}