:root {
    --rpa-blue: #001dff;
    --sprite-path: url(/sites/zweb/images/rpa/rpa-ocr-sprite.svg);
    --sprite-path-size: 664px auto;
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

.zwc-prd-name {
    display: inline-block;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-semibold);
}

.zwc-highlights {
    color: var(--rpa-blue);
}

.pagewrapper h2 {
    font-size: 48px;
}

.zrpa-prd-name {
    display: inline-block;
}

.zwc-txt-cnt {
    text-align: center;
}

img {
    display: block;
}

/*menu overwriiten*/
.grid-element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.zwc-flx-cnt {
    display: flex;
    flex-wrap: wrap;
}

/* zwc-banner-wrap */
.zwc-banner-wrap {
    padding-bottom: 320px;
}

.zwc-banner-wrap h1 {
    font-size: 72px;
}

.zwc-banner-wrap p {
    max-width: 650px;
    font-size: 20px;
}

.zwc-banner-wrap .grid-element {
    gap: 40px;
}

.zwc-banner-wrap .content-wrap {
    max-width: 1280px;
    padding-bottom: 0px;
}

.zwc-banner-cnt {
    padding-bottom: 90px;
    width: 60%;
}

.zwc-fst-bnr-img {
    max-width: 333px;
    left: 60px;
    position: relative;
    top: 200px;
}

.zwc-snd-bnr-img {
    position: absolute;
    max-width: 310px;
    bottom: 10px;
    right: 30px;
}

.zwc-btm-hdr h3 {
    text-align: center;
    font-size: 46px;
    max-width: 380px;
    margin: 0 auto;
}

.zwc-btm-hdr {
    margin: 30px auto 0px;
}

.zwc-banner-wrap h1 span {
    display: inline-block;
}

.zwc-banner-wrap h1 .zwc-highlights {
    color: #001DFF;
    display: initial;
}

.zwc-banner-wrap {
    position: relative;
}

.zwc-btm-hdr-svg {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.zwc-banner-wrap:before {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/rpa/ocr-banner.png);
    background-size: cover;
    width: 100%;
    height: 120%;
    top: -20%;
    left: 0px;
    z-index: -1;
}

.zwc-banner-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(ocr-pdf-bnr.png) no-repeat;
    background-size: cover;
    height: auto;
    width: auto;
    z-index: 1;
    display: none;
}

.zrpa-bnr-img-wrap {
    position: relative;
    width: 40%;
}

.zrpa-bnr-img-wrap:before {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 13%;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 1px dashed #ccc;
    border-radius: 100%;
}

.zwc-ocr-bnr ul {
    gap: 24px;
    margin-bottom: 30px;
}

.zwc-ocr-bnr ul li {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    position: relative;
    padding-left: 32px;
}

.zwc-ocr-bnr ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 1;
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-path-size);
    background-position: 0 0;
    height: 25px;
    width: 25px;
}

.zwc-ocr-bnr-img {
    display: none;
}


/* zwc-banner-wrap */
/* zwc-what-web-aut */
.zwc-work-started {
    margin-top: -160px;
}

.zwc-work-started h2 {
    font-size: 56px;
    text-align: center;
}

.zwc-work-started p {
    font-size: 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.zwc-work-started .grid-element {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    gap: 20px;
}

.zwc-work-started .grid-element>div {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #8996ff, #47dbab) border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid transparent;
    padding: 30px;
    border-radius: 10px;
}

.zwc-work-started .grid-element>div p {
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    padding-left: 32px;
}

.zwc-work-started .grid-element>div p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: 0 0;
}

.zwc-work-started a{
    color: var(--zwc-link-clr);
    display: inline-block;
}
/* zwc-what-web-aut  end*/
/* zwc-features-warp */
.zwc-features-warp {
    background: #F5F5F5;
}

.zwc-features-warp h2 {
    max-width: 860px;
    margin: 0 auto 20px;
}

.features-tab-button {
    color: rgb(51, 51, 51);
    cursor: pointer;
    font-size: 15px;
    background-color: unset;
    font-family: var(--zf-primary-semibold);
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 210, 210);
    border-image: initial;
    border-radius: 20px;
    transition: 0.3s;
}

.features-tab-button.active,
.features-tab-button:hover {
    background-color: var(--rpa-blue);
    color: rgb(255, 255, 255);
}

.zwc-features-tab {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: sticky;
    top: 65px;
    z-index: 1;
    background: #f5f5f5;
    padding: 15px 0px;
}

.features-tab-content {
    position: relative;
    border: 1px solid #CAD8F3;
    padding: 60px 70px;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
}

.features-tab-content h4 {
    position: relative;
    padding-left: 35px;
}

.features-tab-content h4::before {
    content: "";
    position: absolute;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    width: 25px;
    height: 27px;
    top: 3px;
    left: 0px;
    background-position: -93px 0;
}

.features-tab-content .grid-element>div:nth-child(2) h4:before {
    background-position: -120px 0;
}

.features-tab-content .grid-element>div:nth-child(3) h4:before {
    background-position: -53px 0px;
}

.zrpa-bnr-video {
    margin: 40px 0px;
}

.zrpa-bnr-video video {
    border: 5px solid #000;
    border-radius: 8px;
    display: block;
    width: 100%;
}

.features-tab-header h3 {
    font-size: 36px;

}

.features-tab-content .grid-element {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.features-tab-content .grid-element p {
    margin-bottom: 0px;
}

/* zwc-features-warp end */




/* zwc-getstart-sec */
.zwc-triggers-transform {
    margin-top: 120px;
    background: #0054FF;
    color: #fff;
}

.zwc-triggers-transform .content-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.zwc-triggers-points {
    width: 100%;
    display: flex;
    margin: 16px 0px;
}

.zwc-triggers-points h4 {
    margin-bottom: 5px;
}

.zwc-triggers-icon {
    width: 64px;
    height: 64px;
    display: block;
    position: relative;
    margin-right: 24px;
    border-radius: 50%;
    background: rgb(253, 244, 228);
}

.zwc-triggers-icon::after {
    content: "";
    width: 2px;
    height: 76px;
    position: absolute;
    bottom: -76px;
    left: 50%;
    top: auto;
    background: #3779fc;
}

.zwc-triggers-icon::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 40px;
    background: var(--sprite-path) no-repeat;
    background-size: var(--sprite-path-size);
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zwc-triggers-points:nth-child(1) .zwc-triggers-icon::before {
    background-position: -557px 0px;
}

.zwc-triggers-points:nth-child(2) .zwc-triggers-icon::before {
    background-position: -595px 3px;
}

.zwc-triggers-points:nth-child(3) .zwc-triggers-icon::before {
    background-position: -630px 3px;
}

.zwc-triggers-points:nth-child(2) .zwc-triggers-icon {
    background-color: #FFE4BD;
}

.zwc-triggers-points:nth-child(2) .zwc-triggers-icon {
    background-color: #C5FFEF;
}

.zwc-triggers-points:nth-child(3) .zwc-triggers-icon::after {
    display: none;
    background-color: #DCE7FF;
}

.zwc-triggers-points div {
    flex: 1;
}

.zwc-triggers-cnt a {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    background: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 12px 44px 12px 24px;
    font-family: var(--primaryfont-semibold);
}

.zwc-triggers-cnt a::before,
.zwc-triggers-cnt a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
}

.zwc-triggers-cnt a::before {
    transition: all .5s ease;
    background: #fff;
    width: 15px;
    height: 2px;
    inset-inline-end: 0;
    right: 20px;
}

.zwc-triggers-cnt a::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    inset-inline-end: 2px;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 1.15px;
    right: 23px;
}

.zwc-bottom-cta-wrap {
    text-align: center;
}

.zwc-bottom-cta-wrap h2 {
    max-width: 600px;
    margin: 0 auto 20px;
}

/* Build Real */
.zwc-build-real h2 {
    text-align: center;
}

.zwc-build-real .zwc-flx-cnt {
    gap: 24px;
    max-width: 860px;
    margin: 40px auto 0;
}

.zwc-build-real .zwc-flx-two {
    width: 48%;
    padding: 50px 50px 130px 50px;
}

.zwc-build-real .zwc-flx-two:first-child {
    background-color: #05EBA0;
    border-radius: 18px;
    position: relative;
}

.zwc-build-real .zwc-flx-two:first-child:after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -358px 0;
    width: 67px;
    height: 77px;
}

.zwc-build-real .zwc-flx-two:last-child {
    background-color: #000;
    border-radius: 18px;
    color: #fff;
    position: relative;
}

.zwc-build-real .zwc-flx-two:last-child:after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -423px 0;
    width: 82px;
    height: 74px;
}

.zwc-build-real h3 {
    font-size: 32px;
}

.zwc-build-real ul li {
    font-size: 17px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 28px;
}

.zwc-build-real ul li:last-child {
    margin-bottom: 0;
}

.zwc-build-real .zwc-flx-two:first-child ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -317px 0;
    height: 20px;
    width: 22px;
}

.zwc-build-real .zwc-flx-two:last-child ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -339px 0;
    height: 20px;
    width: 20px;
}

/* End Build Real */
/* Why Better */
.zwc-why-better h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 20px;
}

.zwc-why-better .content-wrap {
    padding: 70px;
    border-radius: 18px;
    border: 1px solid #001DFF;

    background: #F5F8FA;
}

.zwc-why-better h3 {
    font-size: 28px;
    position: relative;
}

.zwc-why-better ul {
    gap: 0 100px;
}

.zwc-why-better ul li:first-child,
.zwc-why-better ul li:nth-child(2) {
    border: none;
}

.zwc-why-better ul li:nth-child(3),
.zwc-why-better ul li:nth-child(4) {
    padding-bottom: 0;
}

.zwc-why-better ul li {
    border-top: 1px solid #C6C6C6;
    width: 45%;
    position: relative;
    padding: 40px;
}

.zwc-why-better ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 1;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -504px 0;
    height: 27px;
    width: 26px;
}

.zwc-why-better p {
    margin-bottom: 0;
}

/* End Why Better */
/* Key Scenarios */
.zwc-key-pnts {
    background: linear-gradient(180deg, #FFF 0%, #E9F7FF 100%);
}

.zwc-key-pnts h2 {
    text-align: center;
}

.zwc-key-pnts h2 span.zwc-highlights {
    display: inline;
}

.zwc-key-pnts h2 span {
    display: block;
}

.zwc-key-pnts .zwc-flx-cnt {
    gap: 28px;
    max-width: 810px;
    margin: 40px auto 0;
}

.zwc-key-pnts .zwc-flx-cnt div {
    width: 48%;
    padding: 32px 24px;
    border-radius: 18px;
    background: #FFF;
}

.zwc-key-pnts .zwc-flx-cnt h3 {
    font-size: 24px;
    max-width: 270px;
}

.zwc-key-pnts .zwc-flx-cnt h3:before {
    content: "";
    display: block;
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -153px 0;
    height: 41px;
    width: 31px;
    margin-bottom: 16px;
}

.zwc-key-pnts .zwc-flx-cnt div:nth-child(2) h3:before {
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -193px 0;
    width: 35px;
}

.zwc-key-pnts .zwc-flx-cnt div:nth-child(3) h3:before {
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -235px 0;
    width: 38px;
}

.zwc-key-pnts .zwc-flx-cnt div:nth-child(4) h3:before {
    background: var(--sprite-path);
    background-size: var(--sprite-path-size);
    background-position: -276px 0;
    width: 43px;
}

.zwc-key-pnts .zwc-flx-cnt p {
    margin-bottom: 0;
}

/* End Key Scenarios */
/* faq start */
.zrpa-mailto {
    color: var(--zwc-link-clr);
}

.zrpa-accordian {
    border-bottom: 1px solid #d3d3d3;
}

.zrpa-accordian:first-child .zrpa-accordian-ans {
    display: block
}

.zrpa-accordian-ans a {
    color: var(--zwc-link-clr);
}

.zrpa-accordian-ans {
    display: none;
    padding-right: 40px
}

.zrpa-accordian h3 {
    font-size: 28px;
    margin-bottom: 0;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    color: #000
}

.zrpa-accordian h3:before,
.zrpa-accordian h3:after {
    content: '';
    position: absolute;
    background: #000;
    transition: 1s;
    top: 50%;
    transform: translateY(-50%)
}

.zrpa-accordian h3:before {
    right: 0;
    height: 2px;
    width: 16px
}

.zrpa-accordian h3:after {
    right: 7px;
    width: 2px;
    height: 15px
}

.zrpa-accordian.active h3:after,
.zrpa-accordian.active h3:before {
    opacity: 0
}

.zrpa-accordian-ans li {
    position: relative;
    font-size: 18px;
    padding: 0 0 20px 15px
}

.zrpa-accordian-ans li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: var(--rpa-dark-blue)
}

.zrpa-accordian-ans li span {
    display: block
}

.zrpa-faq-inner {
    max-width: 750px;
    margin: 0 auto
}

.zrpa-faq-inner h2 {
    text-align: center
}

.zrpa-faq-inner .zrpa-accordian:last-child {
    border: 0
}

.zrpa-faq-inner .zrpa-accordian h3 {
    font-size: 24px;
    padding: 30px 40px 30px 0
}

.zrpa-faq-inner .zrpa-accordian-ans {
    padding: 0 40px 0 0
}

.zrpa-faq-inner .zrpa-accordian p,
.zrpa-faq-inner .zrpa-accordian-ans li {
    font-size: 16px
}

.zrpa-faq-inner .zrpa-accordian-ans li:before {
    background-color: #000
}

/* faq end */
@media(min-width:1730px) {

    /* Banner */
    .zwc-banner-wrap:before {
        background-image:
            linear-gradient(89deg, rgba(191, 212, 255, 0.2) 0.33%, rgba(255, 255, 255, 0) 98.37%),
            linear-gradient(180deg, #FFFFFF -6.44%, #E1F4FF 100%);
    }

    .zwc-banner-wrap {
        padding-bottom: 0;
    }

    .zwc-snd-bnr-img {
        bottom: -9px;
    }

    /* End Banner */
    .zwc-work-started {
        margin-top: 0;
    }
}

@media (max-width: 1440px) {

    /* Banner */
    .zwc-banner-wrap h1 {
        font-size: 64px;
    }

    .zwc-snd-bnr-img {
        max-width: 270px;
        bottom: 0px;
    }

    .zrpa-bnr-img-wrap {
        overflow: hidden;
    }

    .zrpa-bnr-img-wrap:before {
        left: 30%;
    }

    /* End Banner */
    .features-tab-button {
        padding: 10px;
    }

    /* Build Real */
    .zwc-build-real h3 {
        font-size: 28px;
    }

    /* End Build Real */
    /* Why Better */
    .zwc-why-better ul {
        gap: 0 92px;
    }

    /* End Why Better */
}

@media screen and (max-width: 1280px) {
    .zwc-banner-wrap h1 {
        font-size: 52px;
    }

    .pagewrapper h2 {
        font-size: 40px;
    }

    .features-tab-header h3 {
        font-size: 30px;
    }

    /* End Banner */

    .zwc-snd-bnr-img {
        max-width: 220px;
    }

    .features-tab-content {
        padding: 70px;
    }

    .zwc-fst-bnr-img {
        max-width: 310px;
        left: 0px;
    }

    .zrpa-bnr-img-wrap:before {
        width: 260px;
        height: 260px;
    }

    .zwc-banner-wrap p {
        font-size: 18px;
        max-width: 600px;
    }

    .zwc-banner-wrap {
        padding-bottom: 290px;
    }

}

@media all and (max-width:1199px) {
    .zwc-features-tab {
        display: none;
    }

    .zrpa-bnr-video video {
        border: 2px solid #000;
    }

    .zwc-fst-bnr-img,
    .zwc-snd-bnr-img,
    .zrpa-bnr-img-wrap:before,
    .zwc-ocr-bnr-img {
        display: none;
    }

    .zwc-banner-wrap {
        padding-bottom: 0;
    }

    .zwc-work-started {
        margin-top: 0;
    }

    .zwc-banner-wrap:before {
        background-image:
            linear-gradient(89deg, rgba(191, 212, 255, 0.2) 0.33%, rgba(255, 255, 255, 0) 98.37%),
            linear-gradient(180deg, #FFFFFF -6.44%, #E1F4FF 100%);
    }

    .zwc-banner-cnt {
        width: 100%;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    .zwc-banner-wrap p {
        margin: 0 auto 20px;
    }

    .zwc-ocr-bnr ul {
        justify-content: center;
    }

    /* Build Real */
    .zwc-build-real h3 {
        font-size: 24px;
    }

    .zwc-build-real .zwc-flx-two {
        padding: 40px 40px 130px 40px;
    }

    /* End Build Real */
    /* Why Better */
    .zwc-why-better h3 {
        font-size: 24px;
    }

    .zwc-why-better ul {
        gap: 0 40px;
    }

    .zwc-why-better ul li {
        width: 46%;
    }

    .pagewrapper .zwc-why-better .content-wrap {
        padding: 40px;
    }

    /* End Why Better */

}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .zwc-banner-wrap p {
        font-size: 16px;
    }

    .zwc-banner-wrap h1 {
        font-size: 38px;
    }

    .zwc-btm-hdr h3 {
        font-size: 30px;
    }

    .pagewrapper h2 {
        font-size: 34px;
    }

    .zwc-snd-bnr-img {
        display: none;
    }

    .zwc-banner-cnt {
        padding-bottom: 0px;
    }

    .zwc-work-started .grid-element {
        gap: 20px;
    }

    .features-tab-content {
        padding: 50px;
    }

    .zwc-features-tab {
        display: none;
    }

    .zwc-work-started .grid-element>div p {
        font-size: 18px;
    }

    .zwc-work-started .grid-element>div {
        border-radius: 10px;
        padding: 20px;
    }

    /* Build Real */
    .zwc-build-real ul li {
        font-size: 15px;
    }

    /* End Build Real */
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }

    .pagewrapper h2 {
        text-align: left;
    }

    .zwc-header-prt.grid-element {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    /*Banner */
    .zwc-banner-cnt {
        text-align: left;
    }

    .zwc-ocr-bnr ul {
        justify-content: inherit;
    }

    /*End Banner*/
    .zwc-work-started .grid-element,
    .features-tab-content .grid-element,
    .zwc-triggers-inner.grid-element {
        grid-template-columns: repeat(1, 1fr);
    }

    .zwc-work-started .grid-element>div p {
        max-width: 100%;
    }

    .zwc-btm-hdr h3 {
        font-size: 32px;
    }

    .features-tab-header h3 {
        font-size: 28px;
    }

    .zwc-txt-cnt {
        text-align: left;
    }

    .zrpa-bnr-video {
        margin: 20px 0px;
    }

    .features-tab-content {
        padding: 30px;
        margin-top: 30px;
    }

    .zwc-triggers-inner.grid-element {
        gap: 30px;
    }

    .zwc-triggers-points h4 {
        margin-bottom: 5px;
    }

    .pagewrapper .zwc-bottom-cta-wrap h2 {
        text-align: center;
    }

    /* Key Scenarios */
    .zwc-key-pnts .zwc-flx-cnt div {
        width: 100%;
    }

    .zwc-key-pnts .zwc-flx-cnt h3 {
        max-width: inherit;
    }

    /* End Key Scenarios */
    /* Build Real */
    .zwc-build-real .zwc-flx-two {
        width: 100%;
        padding: 30px 30px 130px 30px;
    }

    /* End Build Real */
    /* Why Better */
    .zwc-why-better .content-wrap {
        padding: 30px;
    }

    .zwc-why-better ul li {
        width: 100%;
        padding: 0px 0px 30px 40px;
        border: none;
    }

    .zwc-why-better ul li:before {
        top: 5px;
    }

    .zwc-why-better ul li:nth-child(3) {
        padding-bottom: 30px;
    }

    /* End Why Better */
    .zwc-work-started p {
        text-align: left;
    }

    .zwc-work-started .grid-element>div p,
    .zwc-work-started p {
        font-size: 15px;
    }

    /* faq */
    .zrpa-faq-sec h2 {
        text-align: left;
        font-size: 36px;
        margin: 0;
    }

    /* faq */
}

@media (max-width: 480px) {

    .zwc-banner-wrap h1 {
        font-size: 34px;
    }

    .pagewrapper h2 {
        font-size: 30px;
    }

    .zwc-banner-wrap .grid-element {
        text-align: left;
    }

    .zwc-btm-hdr-svg svg {
        width: 50px;
    }

    .zwc-triggers-icon::after {
        display: none;
    }

    .zwc-triggers-points {

        flex-wrap: wrap;
        gap: 10px;
    }

    .zwc-triggers-points>div {
        width: 100%;
    }

    /* faq */
    .zrpa-faq-sec h2 {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .zrpa-faq-inner .zrpa-accordian h3 {
        font-size: 20px;
        padding: 10px 25px 10px 0;
    }

    /* faq */

}