.apps-download-links-wrap a.android-store{
    background-position: -641px -35px;
    width: 113px;
    border-radius: 8px;
}
.apps-download-links-wrap a {
    height: 50px;
    width: 140px;
    background-size: 948px auto;
}
.apps-download-links-wrap a.app-store {
    background-position: 0 -40px;
}
    .zw-product-header {
        background: #dffdeb;
    }

    .zsection {
        padding: 100px 0;
    }

    .content-wrap {
        max-width: 1280px;
        margin: 0 auto;
    }

    a.act-btn.cta-btn,
    a.btn2 {
        text-align: center;
        max-width: max-content;
        font-size: 16px;
        font-family: var(--primaryfont-semibold);
        padding: 12px 30px;
        text-transform: capitalize;
    }


    .ztac {
        text-align: center;
    }

    .ztal {
        text-align: left;
    }

    .ztar {
        text-align: right;
    }

    .zd-flx {
        display: flex;
    }

    .zd-jc-ctr {
        justify-content: center;
    }

    .zd-jf-str {
        justify-content: flex-start;
    }

    .zd-jf-end {
        justify-content: flex-end;
    }

    .zd-jf-sp-ar {
        justify-content: space-around;
    }

    .zd-jf-sp-bt {
        justify-content: space-between;
    }

    .zd-jf-sp-evn {
        justify-content: space-evenly;
    }


    .zd-al-cntr {
        align-items: center;
    }

    .zd-al-fls {
        align-items: flex-start;
    }

    .zd-al-fle {
        align-items: flex-end;
    }

    .zd-fd-row {
        flex-direction: row;
    }

    .zd-fwrp {
        flex-wrap: wrap;
    }

    .zd-fn-wrp {
        flex-wrap: nowrap;
    }

    .zd-fl-rw {
        flex-direction: row;
    }

    .zd-fl-rw-rs {
        flex-direction: row-reverse;
    }

    .zcl-gap-8 {
        gap: 8px;
    }

    .zcl-gap-12 {
        gap: 12px;
    }

    .zcl-gap-16 {
        gap: 16px;
    }

    .zcl-gap-24 {
        gap: 32px;
    }

    .zcl-gap-32 {
        gap: 32px;
    }

    .zcl-gap-36 {
        gap: 32px;
    }

    .zcl-gap-40 {
        gap: 40px;
    }

    .zcl-gap-50 {
        gap: 50px;
    }

    .zcl-gap-64 {
        gap: 64px;
    }

    .zcl-gap-120 {
        gap: 120px;
    }




    /* Stylesheet starts */
    .zwc-banner {
        background: #E0FDEB;
        padding-bottom: 60px;
    }

    .zb-inner {
        max-width: 750px;
        margin: auto;
    }

    .apps-download-links-wrap {
        margin-bottom: 0;
    }

    .apps-download-links-wrap {
        max-width: max-content;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }

    .apps-download-links-wrap span {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: var(--primaryfont-semibold);
       font-size:16px;
    margin-bottom: 5px;
    }

    .zqr-scan {
        margin: 0;
        text-align: left;
        line-height: normal;
    }

    .zqr-code {
        vertical-align: middle;
    }
    .ratings {
        display: flex;
        flex-direction: row-reverse;
      }
      .btn-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .zwc-rate-val {
        /* background: #079a4d;
        border-radius: 60px; */
        font-size: 14px;
        font-family: var(--zf-secondary-semibold);
        color: #000;
        padding: 0px 8px 0px;
        max-width: max-content;
        margin: auto;
    }
    .zwc-rate-star {
        --percent: 0;
        display: inline-block;
        font-size: 22px;
        font-family: Times;
        line-height: 1;
        margin-top: 4px;
        transition: --percent .3s ease;
    }
    .zwe-ob.ratings .zwc-rate-star {
        animation: fillStars 2s forwards;
    }
    .zwe-ob.ratings.ipad-ratings .zwc-rate-star{
        animation: fillStars2 2s forwards;
    }
    @keyframes fillStars{
        0% {
            --percent: 0;
        }
        20% {
            --percent: 20%;
        }
        40% {
            --percent: 40%;
        }
        60% {
            --percent: 60%;
        }
        80% {
            --percent: 80%;
        }
        100% {
            --percent: calc(4.5 / 5 * 100%);
        } 
    }
    @keyframes fillStars2{
        0% {
            --percent: 0;
        }
        20% {
            --percent: 20%;
        }
        40% {
            --percent: 40%;
        }
        60% {
            --percent: 60%;
        }
        80% {
            --percent: 80%;
        }
        100% {
            --percent: calc(4.3 / 5 * 100%);
        } 
    }
    .zwc-rate-star::before {
        content: "\2605\2605\2605\2605\2605";
        letter-spacing: 1px;
        background: linear-gradient(100deg, #ffb13d var(--percent), #d1d1d1 var(--percent));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    /* 2nd section */

    .zwc-devices {
        background-image: linear-gradient(to top, #fff 50%, #E0FDEB 50%);
        position: relative;
        z-index: 1;
    }

    .zwc-devices .zwc-mac {
        position: relative;
        max-width: 1100px;
        margin: auto;
    }

    .zwc-mobile {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0px;
        max-width: 270px;
        opacity: 0;
        transform: translateX(50px);
        transition: all .5s ease-in;
    }

    .middle-animated .zwc-mobile {
        opacity: 1;
        transform: translate(0px)
    }

    /* .zwc-mac::before,.zwc-mac::after{
        position: absolute;
        content: '';
        width: 60%;
        height: 60%;
        top: -60px;
        z-index: -1;
        overflow: hidden;
    }
    .zwc-mac::before{
        background: url(/sites/zweb/images/sheet/zs-shape1.svg) no-repeat 0 0/100%;
        left: -41%;
    }
    .zwc-mac::after{
        width: 54%;
        background: url(/sites/zweb/images/sheet/zs-shape2.svg) no-repeat 0 0/100%;
        right: calc(-18% - 8px);
        top: 9px;
    }
    .zs-pattern{
        position: absolute;
        left: -6%;
        top: 30%;
        z-index: -1;
        opacity: 0;
        transform: translateX(50px) scale(.9);
        transition: all .7s ease-in;
    }
    .zpattern-2{
        left: unset;
        right: calc(-18% - 6px);
        transform: translateX(-40px) scale(.9);
    }
    .animated .zs-pattern{
        opacity: 1;
        transform: translateX(0) scale(1);
    } */

    /* 2nd ends */

    /* features section */

    .zwc-features {
        /* background: linear-gradient(180deg, #FFFFFF 0%, #EEF9F3 52%, #FFFFFF 100%); */
    }

    .zw-fea-inner {
        margin-bottom: 264px;
    }

    .zw-fea-inner .rhs {
        width: 110%;
        background-image: linear-gradient(180deg, #FFFFFF00 0%, #C8E4D6 100%);
        border-radius: 0 0px 50px 50px;
        position: relative;
    }

    .zw-fea-inner .rhs:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background: url(/sites/zweb/images/sheet/fea-pattern.svg) no-repeat center bottom / 100% auto;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .zf-inner {
        position: relative;
    }

    .zf-main {
        position: relative;
        top: 50px;
        text-align: center;
    }

    .zf-main img {
        max-width: 95%;
    }

    .zf-split {
        position: absolute;
        right: 4%;
        top: 150px;
        max-width: max-content;
    }

    .zf-split img {
        max-width: 85%;
        z-index: 1;
    }

    .zw-fea-col3 .zf-split {
        left: 15%;
    }

    .zw-fea-col3 .zf-split img {}

    .zw-fea-col4 .zf-split {
        right: 5%;
        top: 200px;
    }

    .zw-fea-inner .lhs p {
        max-width: 380px;
    }

    .zw-fea-col2 .rhs,
    .zw-fea-col2 .rhs:before {
        background: none;
    }

    .zw-fea-col3
    /* features section Ends */

    .zwc-zia-sec {
        background-image: linear-gradient(211deg, #079A4D 50%, #00FF31 100%);
        background: transparent linear-gradient(211deg, #079A4D 0%, #00FF31 100%) 0% 0% no-repeat padding-box;

    }

    .top-cont h2,
    .top-cont p {
        color: #fff;
    }

    .zwc-files-sec {
        background: #F7F7F7;
    }

    .zfiles-wrap {
        max-width: 1100px;
        margin: auto;
    }
.zfiles-wrap .rhs{
    position:  relative;
}
.zw-format{
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 5%;
    right: -8%;
}
.zw-format span{
    background: #000;
    color: #fff;
    padding: 12px 17px;
    border-radius: 215px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 18px;
    width: 80px;
    text-align: center;
    opacity: 0;
    transition: all .7s ease-in .8s;
}
.zw-format span:nth-child(2){
    transition-delay: 1s;
}
.zw-format span:nth-child(3){
    transition-delay: 1.2s;
}
.middle-animated .zw-format span{
    opacity: 1;
}

    .zfiles-wrap .lhs p {
        max-width: 370px;
    }

    .zfiles-wrap .rhs img {
        opacity: 0;
        transition: all .7s ease-in;
        transform: scale(.9);
    }

    .middle-animated .zfiles-wrap .rhs img {
        opacity: 1;
        transform: scale(1);
    }

    .zios-features {
        padding-bottom: 0;
    }

    .ztop-grid {
        max-width: 700px;
        margin: auto auto 64px;
    }

    .ztop-grid p {
        max-width: 572px;
        margin: 0 auto;
    }

    .zios-features ul {
        max-width: 1100px;
        margin: 0 auto;
    }

    .zios-features ul li {
        background: #F7F7F7;
        border-radius: 10px;
        max-width: 540px;
        width: 50%;
        padding: 80px 68px 110px 80px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .zios-features ul li span {
        background: #089A4D;
        border-radius: 50px;
        color: #fff;
        font-size: 16px;
        letter-spacing: -.16px;
        line-height: normal;
        font-family: var(--zf-primary-semibold);
        padding: 4px 16px;
        margin-bottom: 10px;
    }

    .zvd-wrap video {
        transform: scale(.9);
        transition: all .7s ease-in;
    }

    .middle-animated .zvd-wrap video {
        transform: scale(1);
    }

    .zs-video-sec {
        background-image: linear-gradient(211deg, #09a458 0%, #09a458 100%);
        position: relative;
        z-index: 0;
    }

    .zs-video-sec .zsvg svg,
    .zwc-devices .zsvg svg {
        width: 100%;
    }

    .zs-video-sec .zsvg,
    .zwc-devices .zsvg {
        display: none;
        width: 105%;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        /* right: 0; */
        z-index: -1;
        transition: all .7s linear;
        transform: translate(-50%, -50%);
    }

    .zwc-devices .zsvg {
        top: 30%;
    }

    .zs-video-sec span.zsvg,
    .zwc-devices span.zsvg {
        display: none;
    }

    .zs-video-sec .path,
    .zwc-devices path {
        stroke: #ffd217;
        stroke-dasharray: 4030;
        stroke-dashoffset: 4030;
        animation: dash 4s linear forwards;
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 4030;
        }

        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes path {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /* .zs-video-sec:after{
        position: absolute;
        content: '';
        background: url(/sites/zweb/images/shee/zia-pattern.svg) no-repeat 0px 0px / 70%;
        right: -50%;
        width: 100%;
        height: 100%;
        top: 50%;
        overflow: hidden;
        z-index: -1;
    } */
    .zvd-top {
        max-width: 672px;
        margin: auto;
        color: #fff;
    }
    .zvd-wrap {
        text-align: center;
        margin-top: 80px;
    }

    .zbottom h2 span {
        display: block;
    }

    .zvd-top p a,.zwc-files-sec .lhs p a{
        cursor: pointer;
    }
    .rm-btn .arrow{
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
        transition: .5s ease-in all;
        vertical-align: middle;
        transform: scale(.9);
    }
    .rm-btn .arrow i {
        width: 12px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -50%);
        border-radius: 5px;
        background-color: #27a2fc;
    }
    .rm-btn .arrow i:before {
        content: '';
        position: absolute;
        transform: rotate(316deg) translateY(-70%);
        top: 50%;
        right: -4px;
        border: solid #27a2fc;
        border-width: 0 2px 2px 0;
        padding: 3.4px;
        border-radius: 1px;
    }
    .rm-btn:hover .arrow {
        transform: rotate(-40deg) scale(1)
    }
    .zvd-top p a.rm-btn{
        color: #fff;
        display: block;
        border: 1px solid;
        max-width: max-content;
        padding: 8px 20px;
        border-radius: 50px;
        margin: 20px auto 0;
    }
    .zvd-top p a.rm-btn i{
        background-color: #fff;
    }
    .zvd-top p a.rm-btn .arrow i:before{
        border: solid #fff;
        border-width: 0 2px 2px 0;
    }
    .zwc-files-sec .lhs p a{
        border: 1px solid;
        max-width: max-content;
        padding: 12px 20px;
        border-radius: 50px;
    }
    /* Stylesheet Ends */

  .i18n-ar .ztal { text-align: right; }
  .i18n-ar .ztar { text-align: left; }
  .i18n-ar .zqr-scan { text-align: right; }
  .i18n-ar .zwc-mobile { transform: translateX(-50px); left: 0; right: unset; }
  .i18n-ar .middle-animated .zwc-mobile { transform: translate(0); }
  .i18n-ar .zw-fea-inner .rhs { border-radius: 0 50px 50px 0; }
  .i18n-ar .zw-fea-inner .rhs:before { right: 0; left: unset; }
  .i18n-ar .zf-split { left: 4%; right: unset; }
  .i18n-ar .zw-fea-col3 .zf-split { right: 15%; left: unset; }
  .i18n-ar .zw-fea-col4 .zf-split { left: 5%; right: unset; }
  .i18n-ar .zw-format { left: -8%; right: unset; }
  .i18n-ar .zw-format span { text-align: center; }
  .i18n-ar .zios-features ul li { padding: 80px 80px 110px 68px; }
  .i18n-ar .zs-video-sec .zsvg, .i18n-ar .zwc-devices .zsvg { transform: translate(50%, -50%); right: 50%; left: unset; }
  .i18n-ar .rm-btn .arrow i { transform: translate(55%, -50%); right: 50%; left: unset; }
  .i18n-ar .rm-btn .arrow i:before {left: -4px;right: unset;transform: rotate(406deg) translateY(-70%);}
  .i18n-ar a.act-btn.cta-btn, .i18n-ar a.btn2, .i18n-ar .ztac, .i18n-ar .zf-main, .i18n-ar .zvd-wrap { text-align: center; }
  .i18n-ar a.act-btn.cta-btn *, .i18n-ar a.btn2 *, .i18n-ar .ztac *, .i18n-ar .zf-main *, .i18n-ar .zvd-wrap * { text-align: center; }
  .i18n-ar .zvd-top p a.rm-btn .arrow i:before {
    border-width: 0 0 2px 2px;
}
.i18n-ar .rm-btn .arrow i:before {
    border-width: 0 0 2px 2px;
}




    /* width specification */

    @media only screen and (max-width: 1399px) {
        .zsection {
            padding: 100px 0;
        }

        .zvd-wrap video,
        .zf-inner video {
            max-width: 85%;
        }

        .zs-video-sec .zsvg,
        .zwc-devices .zsvg {
            width: 100%;
        }
  .i18n-ar .zsection { padding: 100px 0; }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .zwc-devices .zwc-mac {
            max-width: 860px;
        }

        .zw-fea-inner {
            margin-bottom: 180px;
        }

        .zf-split {
            top: 100px;
        }

        .zw-fea-col4 .zf-split {
            top: 150px;
        }

        .zios-features ul li {
            width: 49%;
        }

        .zw-fea-inner .rhs {
            width: 105%;
        }

        .zwc-mac::after {
            right: calc(-29% - 8px);
            top: 37px;
        }
  .i18n-ar .zwc-mac::after { left: calc(-29% - 8px); right: unset; }
    }

    @media only screen and (max-width: 1199px) {

        .zs-video-sec span.zsvg,
        .zwc-devices span.zsvg {
            display: none;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tab-screen {
            max-width: 80%;
        }

        .zwc-mobile {
            right: 20;
            max-width: 270px;
            bottom: 0;
        }

        .zwc-mobile img {}

        /* .zwc-mac::before {
            left: 0;
        } */
        /* .zwc-mac::after {
            right: 0;
        }
        .zpattern{
            left: 0;
        }
        .zpattern-2 {
            right: 0;
        } */
        .zw-fea-inner .rhs {
            width: 95%;
        }

        .zf-split {
            top: 100px;
        }

        .zf-split img {
            max-width: 65%;
        }

        .zw-fea-inner {
            margin-bottom: 164px;
        }

        .zios-features ul li {
            width: 47%;
        }

        .zfiles-wrap {
            max-width: 950px;
            margin: 0 auto;
        }

        .zw-fea-col4 .zf-split {
            right: -2%;
            top: 130px;
            max-width: max-content;
        }

        .zw-fea1 {
            justify-content: center;
        }
        .zw-format {
            right: 0;
        }
        .zfiles-wrap .rhs img{
            max-width: 90%;
        }
  .i18n-ar .zwc-mobile { left: 20; right: unset; }
  .i18n-ar .zfiles-wrap { margin: 0 auto; }
  .i18n-ar .zw-fea-col4 .zf-split { left: -2%; right: unset; }
  .i18n-ar .zw-format { left: 0; right: unset; }
    }




    @media only screen and (max-width: 991px) {
        .zsection {
            padding: 60px 0;
        }
        .zw-format {
            flex-direction: row;
            position: unset;
            max-width: max-content;
            margin-top: 10px;
        }

        .tab-screen {
            max-width: 60%;
        }

        .zwc-mobile {
            right: 140px;
            max-width: 20%;
            bottom: 0;
        }

        /* .zwc-mac::before, .zwc-mac::after,.zs-pattern{
        display: none;
    } */
        .zf-main img {
            max-width: 85%;
        }

        .zf-split {
            right: 0%;
            top: 60px;
            max-width: 40%;
        }

        .zw-fea-inner .rhs {
            width: 90%;
            margin: auto;
        }

        .zios-features ul li {
            width: 48%;
            padding: 32px;
        }

        .zw-fea-col4 .zf-split {
            right: 0;
            top: 40px;
        }

        .zw-fea-inner {
            margin-bottom: 164px;
        }
  .i18n-ar .zsection { padding: 60px 0; }
  .i18n-ar .zwc-mobile { left: 140px; right: unset; }
  .i18n-ar .zf-split { left: 0; right: unset; }
  .i18n-ar .zw-fea-inner .rhs { margin: auto; }
  .i18n-ar .zios-features ul li { padding: 32px; }
  .i18n-ar .zw-fea-col4 .zf-split { left: 0; right: unset; }
    }

    @media only screen and (max-width: 767px) {
        .ztop-grid {
            margin: auto auto 20px;
        }

        .content-wrap {
            max-width: 560px;
        }

        .zd-fl-cl {
            flex-direction: column;
        }

        .zwc-mobile,.zw-format{
            display: none;
        }

        .zw-fea-inner {
            margin-bottom: 164px;
        }

        .tab-screen {
            max-width: 90%;
        }

        .zwc-mobile {
            display: block;
        }
        .zsection h1 {
            font-size: 44px;
            
        }
        .zsection h2 {
            font-size: 34px;
        }
        .zsection h3 {
            font-size: 24px;
        }
  .i18n-ar .ztop-grid { margin: auto auto 20px; }
    }

    @media only screen and (max-width: 530px) {
        .content-wrap {
            max-width: 560px;
        }

        .zios-features ul li {
            flex-direction: column;
        }

        .zios-features ul li {
            width: 100%;
            padding: 32px;
        }
  .i18n-ar .zios-features ul li { padding: 32px; }

    }
    @media (max-width: 480px) { 
        .apps-download-links-wrap{
            gap: 16px;
            flex-direction: column;
        }
        .zsection h1{
            font-size: 42px;
        }
        .zsection h2 {
            font-size: 38px;
        }
        .zsection h3 {
            font-size: 26px;
        }
     }



    @media only screen and (min-width: 1200px) {

        .break {
            display: block;
        }

        .how-it-works-sec span.zsvg {
            display: block;
        }

        .zw-fea-inner .zf-split img {
            opacity: 0;
            transform: translateX(30px);
            transition: all .7s ease-in;
        }

        .zwe-om.zw-fea-inner .zf-split img {
            opacity: 1;
            transform: translateX(0);
        }

        .zw-fea-col3 .zf-split img {
            transform: translateX(-30px);
        }
  .i18n-ar .zw-fea-inner .zf-split img { transform: translateX(-30px); }
  .i18n-ar .zwe-om.zw-fea-inner .zf-split img { transform: translateX(0); }
  .i18n-ar .zw-fea-col3 .zf-split img { transform: translateX(30px); }
    }

    @media only screen and (min-width: 1400px) {

        .zsection h1 {
            font-size: 56px;
            line-height: 64px;
            letter-spacing: -.54px;
            font-family: var(--zf-primary-bold);
        }

        /* p{
            font-size: 16px;
            line-height: 24px;
        } */
        .zsection p {
            font-size: 18px;
            line-height: 32px;
            letter-spacing: -.18px;
        }

        .zsection h2 {
            font-size: 48px;
            line-height: 1.2;
            letter-spacing: -.48px;
            font-family: var(--zf-primary-bold);
        }

        .zsection h3 {
            font-size: 32px;
            line-height: 1.2;
            letter-spacing: -0.32px;
            font-family: var(--zf-primary-semibold);
        }

        .zsection h4 {
            letter-spacing: -0.5px;
        }

    }

    @media only screen and (min-width: 992px) {
        .zcol-wrap-1 {
            max-width: calc(12.5% - 6px);
            flex-basis: calc(12.5% - 6px);
        }

        .zcol-wrap-2 {
            max-width: calc(25% - 6px);
            flex-basis: calc(25% - 6px);
        }

        .zcol-wrap-3 {
            max-width: calc(37.5% - 6px);
            flex-basis: calc(37.5% - 6px);
        }

        .zcol-wrap-4 {
            max-width: calc(50% - 6px);
            flex-basis: calc(50% - 6px);
        }

        .zcol-wrap-5 {
            max-width: calc(62.5% - 6px);
            flex-basis: calc(62.5% - 6px);
        }

        .zcol-wrap-6 {
            max-width: calc(75% - 6px);
            flex-basis: calc(75% - 6px);
        }

        .zcol-wrap-7 {
            max-width: calc(87.5% - 6px);
            flex-basis: calc(87.5% - 6px);
        }

        .zcol-wrap-8 {
            max-width: calc(100% - 6px);
            flex-basis: calc(100% - 6px);
        }

    }

    @media only screen and (min-width: 768px) {

        .zcol-8 {
            flex-basis: calc(100% - 6px);
        }

        .zcol-7 {
            max-width: calc(87.5% - 6px);
            flex-basis: calc(87.5% - 6px);
        }

        .zcol-5 {
            max-width: calc(62.5% - 6px);
            flex-basis: calc(62.5% - 6px);
        }

        .zcol-4 {
            max-width: calc(50% - 6px);
            flex-basis: calc(50% - 6px);
        }

        .zcol-3 {
            max-width: calc(37.5% - 6px);
            flex-basis: calc(37.5% - 6px);
        }

        .zcol-2 {
            max-width: calc(25% - 6px);
            flex-basis: calc(25% - 6px);
        }
        .zsection h1 {
            font-size: 48px;
            
        }
        .zsection h2 {
            font-size: 40px;
        }
        .zsection h3 {
            font-size: 28px;
        }
    }