:root {
    --zrpa-blue: #001dff;
}

.zrpa-guide-bld {
    font-family: var(--primaryfont-semibold);
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.zrpa-banner h1 {
    letter-spacing: -1px;
}

.grid-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.zrpa-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    background: var(--primary-btn-color);
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    margin: 0px;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.zrpa-btn.demo-btn {
    border: 1px solid var(--zrpa-blue);
    background: transparent;
    color: var(--zrpa-blue);
}

.zrpa-blk-elmt {
    display: block;
}

.zrpa-bold-elmt {
    font-family: var(--zf-primary-bold);
}

.zwc-prd-name{
    display: inline-block;
}

.zwc-max-width{
    max-width: 580px;
}
/* zrpa-banner  */

.zrpa-banner h1 {
    font-size: 60px;
}

.zrpa-banner h1 span {
    color: var(--zrpa-light-green);
    display: inline-block;

}

.zrpa-banner .content-wrap {
    padding-bottom: 0px;
}

.zrpa-banner .grid-element {
    grid-template-columns: 2fr 1fr;
}

.bnr-img{
    position: relative;
}

.bnr-img::before{
    content: "";
    width: 200px;
    height: 107px;
    position: absolute;
    top: 225px;
    left: -75px;
    background: url(/sites/zweb/images/rpa/guide/ui-guide-bnr-asset.svg) 0 0 / 100% no-repeat;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 1s linear;
}

.middle-animated .bnr-img::before{
    transform: translateY(0px);
    opacity: 1;
}

.zrpa-banner img {
    display: block;
    margin-top: 50px;
    margin-left: auto;
}

.zrpa-banner {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
}

.zrpa-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/rpa/rpa-guide-bnr-bg.png) no-repeat;
    background-position: right;
    background-size: contain;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.zrpa-banner p {
    max-width: 510px;
}

.last-elmt {
    margin-bottom: 0px;
}

/* zrpa-banner  */
.list-prt ul li::before,
.rpa-drives-cnt>div::before,
.icon-sec h3::before,
.meets-ai h3::before,
.fourth-prt h3::before,
.choose-tool .grid-element>div h3::before,
.zrpa-install-points p::before {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/rpa/guide/ui-guide-sprite.svg) no-repeat;
    background-size: 190px auto;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 1;
}
/* guid-content */
.guid-content h2 {
    font-size: 35px;
    letter-spacing: -1.05px;
}

.guid-content .content-wrap {
    max-width: 1280px;
}

.grid-element.two-prt-gird {
    grid-template-columns: 325px 1fr;
    gap: 50px;
}

.list-guid-header ul {
    position: sticky;
    top: 90px;
    left: 0;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    margin-bottom: 40px;
}

.list-guid-header li {
    position: relative;
    margin-bottom: 5px;
    padding: 12px 35px 12px 15px;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.list-guid-header li::after {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/rpa/guide/excel-automation-sprite.svg) no-repeat;
    background-size: 462px auto;
    background-position: -453px 2px;
    filter: brightness(0);
    width: 10px;
    height: 16px;
    left: unset;
    right: 5%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.list-guid-header li.active {
    background: #F2F4FF;
    color: #001DFF;
}

.list-guid-header li.active::after {
    filter: brightness(1);
}

.right-guid-content .rgc-inner-cnt:first-child {
    padding-top: 0px;
}

.rgc-inner-cnt {
    padding: 50px 0px;
    border-bottom: 1px solid #C8C8C8;
}

.rgc-inner-cnt:last-child{
    border-bottom: none;
}
/* three-box-elm */
.three-box-elm .grid-element {
    max-width: 800px;
    align-items: center;
    gap: 30px;
}

.three-box-elm h3 {
    font-size: 24px;
}

.box-grd-prt {
    padding: 30px;

}

.box-grd-prt.ble-clr {
    border-top: 2px solid #B3DBDC;
    ;
    background: #DCF7F8;
    margin-bottom: 30px;

}

.box-grd-prt.purple-clr {
    border-top: 2px solid #C2C8FF;
    ;
    background: #E0E3FF;

}

.box-grd-prt.grn-clr {
    border-top: 2px solid #B3EBD7;
    ;
    background: #DAFAEF;
}

/* three-box-elm */
.human-bot .grid-element {
    align-items: center;
}

.human-bot .grid-element img {
    border-radius: 20px;

}

/* mid-cta-prt */
.mid-cta-prt .grid-element {
    grid-template-columns: 1fr 230px;
    align-items: center;

}

.mid-cta-prt.gry-clr-bg {
    padding: 50px;
    text-align: center;
}

.mid-cta-prt h2 {
    font-size: 36px;

}

/* mid-cta-prt */

.gry-clr-bg {
    background: #F5F5F5;
    padding: 40px;
    border-radius: 15px;
}

.rgc-inner-cnt.gry-clr-bg {
    margin: 50px 0px;
    border-bottom: none;
}

/* robotic-process */
.robotic-process h2 {
    margin-bottom: 30px;

}

.box-prt {
    border: 1px solid #868686;
    border-radius: 10px;
    margin: 20px 0px 40px;
}

.box-prt .grid-element {
    gap: 0px;
}

.box-prt h4 {
    border-bottom: 1px solid #868686;
}

.box-prt h4,
.box-prt p {
    padding: 15px 25px;
    margin: 0px;
}

.box-prt p {
    padding-bottom: 25px;
}

.box-prt>div p:nth-child(odd) {
    padding-top: 0px;
}

/* robotic-process */
.act-btn.cta-btn {
    padding: 12px 30px;
}

/* quotes-sec */
.quotes-sec {
    padding: 30px 30px 30px 40px;
    background: #F0F2FF;
    border-radius: 5px 0px 0px 5px;
    border-left: 5px solid #001DFF;
    margin: 50px 0px 0px;
}

.quotes-sec p {
    font-size: 22px;
}

/* quotes-sec */
/* rpa-use-cases */
.rpa-use-cases .list-prt h3 {
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    background: #0054FF;
    color: #fff;
    font-size: 24px;
}

.rpa-use-cases .list-prt ul li {
    padding: 7px 7px 7px 30px;
    position: relative;
}

.rpa-use-cases .list-prt ul li a {
    color: var(--zrpa-blue);
}

.list-prt ul li::before {
    background-size: 389px auto;
    background-position: -363px 0px;
    width: 18px;
    height: 18px;
    top: 10px;
}

/* rpa-use-cases */
/* rpa-drives */
.rpa-drives,
.evolution-robotic {
    border-top: 1px solid #C8C8C8;
}

.rpa-drives-cnt {
    margin-top: 50px;
}

.rpa-drives-cnt>div:last-child,
.rpa-drives-cnt>div p {
    margin-bottom: 0px;
}

.rpa-drives-cnt>div {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.rpa-drives-cnt>div:nth-child(2)::before {
    background-position: -39px 0px;
    width: 41px;

}

.rpa-drives-cnt>div:nth-child(3)::before {
    background-position: -80px 0px;
    width: 36px;
}

.rpa-drives-cnt>div>p,
.zrpa-install-points p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.rpa-drives-cnt>div>p::before,
.zrpa-install-points p::before {
    background-position: -172px -1px;
    top: 5px;
    width: 18px;
    height: 17px;
}

.zrpa-install-points p span{
    display: block;
    margin-bottom: 10px;
}

/* rpa-drives */
/* building-strategy */
.building-strategy .grid-element>div h3 {
    position: relative;
    padding-top: 50px;
    font-size: 26px;
}

.building-strategy .grid-element.single-column h3{
    padding-top: 0;
}

.building-strategy .grid-element {
    gap: 20px;
}

.building-strategy .grid-element>div {
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}

.building-strategy .grid-element > div > p:last-child {
    margin-bottom: 0px;
}

.building-strategy .grid-element.single-column{
    grid-template-columns: 1fr;
}

.icon-sec.building-strategy-one h3::before {
    background-position: 1px 1px;
    height: 41px;
    width: 42px;
}

.icon-sec.building-strategy-two h3::before {
    background-position: -45px -3px;
    width: 36px;
    height: 34px;
}

.icon-sec.building-strategy-three h3::before {
    background-position: -86px 0px;
    width: 40px;
}

.icon-sec.building-strategy-four h3::before {
    background-position: -132px 0px;
    width: 35px;
}

.building-strategy a{
    color: var(--zwc-link-clr);
}
/* building-strategy */
/* evolution-robotic */

/* evolution-robotic */
.evolution-robotic .grid-element {
    position: relative;
    padding-top: 40px;
}

.evolution-robotic .grid-element::before,
.evolution-robotic-header::before {
    content: "";
    position: absolute;
    background: #C7D8F1;
}

.evolution-robotic .grid-element::before {
    width: 2px;
    height: 100%;
    top: 0px;
    left: 50%;

}

.evolution-robotic-header::before,
.evolution-robotic-header.right-line::before {
    width: 60px;
    height: 2px;
    top: 18px;
}

.evolution-robotic-header.left-line::before {
    left: -18px;
}

.evolution-robotic-header.right-line::before {
    right: -20px;
}

.evolution-robotic .grid-element>div {
    margin-bottom: 40px;
}

.evolution-robotic-header {
    position: relative;
    padding: 0px 50px;
}

.evolution-robotic-header.right-line {
    padding: 0px 40px 0px 50px;
}

.evolution-robotic-header.left-line {
    padding-right: 0px;

}

.evolution-robotic-cnt {
    padding: 20px;
    border: 1px solid #C7D8F1;
    border-radius: 15px;
}

.high-light {
    color: #0054FF;
}

/* pricing-sec */
.pricing-sec {
    background: #E0E3FF;
    border-radius: 10px;
    padding: 50px 40px;
    margin-bottom: 40px;
}

.pricing-sec h2 {
    font-size: 34px;
    margin-bottom: 20px;
    max-width: 700px;
}

.pricing-sec .grid-element {
    grid-template-columns: repeat(3, 1fr);

}

.pricing-sec .grid-element>div p {
    margin-bottom: 0px;
}

.pricing-sec .grid-element>div h3 {
    font-family: var(--primaryfont-bold);
    margin-bottom: 10px;
}

.pricing-sec .grid-element>div {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #C7D8F1;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
}

.pricing-sec a {
    color: #000;
    text-decoration: underline;
}

.in-blk-emlt {
    display: inline-block;
}

.blk-emlt {
    display: block;
}

.pricing-sec.grn-clr {
    background: #DAFAEF;
}

/* pricing-sec*/
/* intelligent-automation */
.meets-ai h3,
.fourth-prt h3 {
    position: relative;
    padding-left: 50px;
}

.meets-ai>div p,
.meets-ai>div.grid-element {
    margin-bottom: 0px;
}

.meets-ai>div {
    margin-bottom: 40px;
}

.fourth-prt {
    margin-top: 40px;
}

.first-prt h3::before {
    background-position: -269px 0px;
    width: 36px;

}

.second-prt h3::before {
    background-position: -303px 0px;
    width: 32px;

}

.third-prt h3::before {
    background-position: -336px 0px;
    width: 36px;
}

.fourth-prt h3::before {
    background-position: -372px 0px;
}

/* intelligent-automation */
/* choose-tool */
.choose-tool .grid-element {
    gap: 20px;
}

.choose-tool .grid-element>div {
    border-radius: 16px;
    border: 1px solid #DBDBDB;
    padding: 30px;
}

.choose-tool .grid-element>div h3 {
    position: relative;
    font-size: 26px;
    padding-left: 30px;
}

.choose-tool .grid-element>div h3::before {
    background-position: -411px 6px;
    width: 22px;

}

.last-choose-tool {
    grid-column-start: 1;
    grid-column-end: 3;
}

.choose-tool .grid-element>div p {
    margin-bottom: 0px;
}


/* choose-tool */
/* why-choose-rpa */
.why-choose-rpa .grid-element {
    padding: 40px 0px;
    gap: 60px;

}

.why-choose-rpa .grid-element h3 {
    max-width: 350px;
}

.why-choose-rpa .grid-element p {
    max-width: 400px;
    margin-bottom: 0px;
}

/* why-choose-rpa */

/* faq-sec */
.zrpa-faq-sec .content-wrap {
    margin: 0px;
}

.rgc-inner-cnt.zrpa-faq-sec {
    padding: 0;
    border-bottom: none;
}

.zrpa-faq-inner {
    max-width: 750px;
    margin: 0 auto;
}

.zrpa-faq-inner h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 25px;
    font-family: var(--primaryfont-bold);
    letter-spacing: -1px;
}


.zrpa-faq-inner .zrpa-accordian {
    border-bottom: 1px solid#e5e5e5;
}

.zrpa-faq-inner .zrpa-accordian:last-child {
    border: none;
}

.zrpa-faq-inner .zrpa-accordian h3 {
    position: relative;
    font-size: 24px;
    padding: 30px 25px 30px 0;
    margin-bottom: 0px;
}

.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;
}

.zrpa-accordian.active h3:after,
.zrpa-accordian.active h3:before {
    opacity: 0;
}

.zrpa-accordian h3:before {
    right: 0;
    height: 2px;
    width: 16px;
}

.zrpa-accordian h3:after {
    right: 7px;
    width: 2px;
    height: 15px;
}

.zrpa-accordian h3:before,
.zrpa-accordian h3:after {
    content: '';
    position: absolute;
    background: #000;
    transition: 1s;
    top: 50%;
    transform: translateY(-50%);
}

.zrpa-accordian-ans {
    display: none;
    padding-right: 40px;
}

.zrpa-accordian:first-child .zrpa-accordian-ans {
    display: block;
}

/* end-faq-sec */
/* end guid-content */
.rpa-video div {
    position: relative;
}

.rpa-video div span {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: #093EF9;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 1.4s linear infinite;
    animation: ripple 1.4s linear infinite;
    cursor: pointer;
    z-index: 2;
}

.rpa-video div span:before {
    content: "";
    position: absolute;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    height: 0;
    left: 21px;
    top: 17px;
    width: 0;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(9 62 249 / 30%), 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1);
        box-shadow: 0 0 0 0 rgb(9 62 249 / 30%), 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1), 0 0 0 30px rgba(9, 62, 249, 0);
        box-shadow: 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1), 0 0 0 30px rgba(9, 62, 249, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(9 62 249 / 30%), 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1);
        box-shadow: 0 0 0 0 rgb(9 62 249 / 30%), 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1), 0 0 0 30px rgba(9, 62, 249, 0);
        box-shadow: 0 0 0 12px rgba(9, 62, 249, 0.3), 0 0 0 20px rgba(9, 62, 249, 0.1), 0 0 0 30px rgba(9, 62, 249, 0);
    }
}


.zwc-automation-steps{
    counter-reset: Step;
    margin-top: 40px;
}

.zwc-automation-steps li{
    position: relative;
    padding-left: 125px;
}

.zwc-automation-steps li:not(:last-child){
    padding-bottom: 50px;
}

.zwc-automation-steps li::before{
    counter-increment: Step;
    content: "Step " counter(Step);
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    font-size: 15px;
    font-family: var(--zf-primary-medium);
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 10px 25px;
    border: 1px solid #A1A1A1;
    border-radius: 8px;
}

.zwc-automation-steps li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50px;
    background: #A1A1A1;
}

.zwc-automation-steps li > *:last-child{
    margin-bottom: 0;
}

.zwc-published-date {
    text-align: right;
    font-size: 14px;
    margin-bottom: 30px;
}

.zwc-published-date:has(+ .zwc-published-date) {
    margin-bottom: 5px;
}

@media all and (max-width:1440px) {
    .zrpa-banner h1 {
        font-size: 50px;
    }

    .list-guid-header li {
        font-size: 15px;

    }

    .grid-element.two-prt-gird {
        grid-template-columns: 300px 1fr;
    }
}

@media all and (max-width:1200px) {
    .grid-element.two-prt-gird {
        grid-template-columns: 1fr;
    }
    
    .list-guid-header {
        display: none;
    }
    
    .right-guid-content {
        max-width: 900px;
        margin: 0 auto;
    }
}

@media all and (max-width:1199px) {
    .bnr-img::before{
        display: none;
    }
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .zrpa-banner h1 {
        font-size: 40px;
        max-width: 650px;
    }

    .guid-content h2 {
        font-size: 34px;
    }

    .guid-content h3 {
        font-size: 24px;
    }

    .bnr-cnt {
        padding-bottom: 40px;
    }

    .zrpa-banner .content-wrap {
        padding-bottom: 0px;
    }

    .zrpa-banner .grid-element {
        align-items: end;
    }

    .zrpa-banner::after {
        background-size: cover;
    }

    /* zrpa-categ-sec */
    .tab-list>li {
        margin-bottom: 10px;
    }

    /* zrpa-categ-sec */
    .rpa-drives-cnt>div>p,
    .zrpa-install-points p {
        padding-left: 25px;
    }

    .rpa-drives-cnt>div>p::before,
    .zrpa-install-points p::before {
        top: 5px;
        scale: 0.8;
    }

}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;

    }

    .guid-content h2 {
        font-size: 30px;
    }

    .guid-content h3,
    .building-strategy .grid-element>div h3,
    .rpa-use-cases .list-prt h3 {
        font-size: 22px;
    }

    .zrpa-btm-sec .content-wrap {
        padding-top: 0px;
    }

    .pagewrapper h1 {
        font-size: 35px;
    }

    .pricing-sec .blk-emlt {
        display: inline-block;
    }

    /* banner */
    .bnr-cnt {
        padding-bottom: 0px;
    }

    .zrpa-banner .content-wrap {
        padding-bottom: 0px;
    }

    .zrpa-banner .grid-element {
        grid-template-columns: 1fr;
    }

    .zrpa-banner .bnr-img {
        max-width: 350px;
    }

    /* banner */
    .three-box-elm .grid-element,
    .grid-element,
    .mid-cta-prt .grid-element {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mid-cta-prt .grid-element {
        gap: 0px;
    }

    .human-bot .grid-element>div:first-child {
        max-width: 400px;
        order: 1;
    }

    .evolution-robotic-header.right-line::before {
        left: 0px;
    }

    .evolution-robotic .grid-element::before,
    .evolution-robotic-header.left-line::before,
    .evolution-robotic-header.right-line::before {
        display: none;
    }

    .evolution-robotic-header {
        padding: 0px;
    }

    .evolution-robotic .grid-element>div:first-child {
        order: 2;

    }

    .evolution-robotic .grid-element>div:nth-child(2) {
        order: 1;

    }

    .evolution-robotic .grid-element>div:nth-child(3) {
        order: 3;

    }

    .evolution-robotic .grid-element>div:nth-child(4) {
        order: 4;

    }

    .evolution-robotic .grid-element>div:nth-child(5) {

        order: 6;
    }

    .evolution-robotic .grid-element>div:nth-child(6) {
        order: 5;

    }

    .evolution-robotic .grid-element>div:nth-child(2),
    .evolution-robotic .grid-element>div:nth-child(3),
    .evolution-robotic .grid-element>div:nth-child(6),
    .evolution-robotic-header h3 {
        margin-bottom: 0px;
        padding: 0px;

    }

    .rgc-inner-cnt.evolution-robotic .grid-element {
        gap: 20px;

    }

    .evolution-robotic .grid-element .last-elmt {
        margin-bottom: 0px;
    }

    .last-choose-tool {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .why-choose-rpa .grid-element {
        padding: 20px 0px 40px;
    }

    .why-choose-rpa .grid-element p {
        max-width: 100%;
    }

    .why-choose-rpa .grid-element {
        gap: 30px;
    }

    .quotes-sec p {
        font-size: 20px;
    }

    .pricing-sec .grid-element {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pricing-sec .grid-element>div {
        margin-bottom: 30px;
    }

    .zrpa-faq-inner .zrpa-accordian h3 {
        font-size: 22px;
    }

    .rpa-video div span {
        width: 30px;
        height: 30px;
    }

    .rpa-video div span:before {
        border-width: 6px 0 6px 10px;
        left: 12px;
        top: 10px;
    }

    .zwc-automation-steps li{
        padding-left: 90px;
    }

    .zwc-automation-steps li::before{
        top: -3px;
        padding: 7px 15px;
        font-size: 14px;
    }

    .zwc-automation-steps li:not(:last-child)::after{
        left: 37px;
    }

    .zwc-max-width {
        max-width: 490px;
    }

    .zwc-published-date {
        text-align: left;
    }
}

@media all and (max-width:480px) {
    .guid-content h2 {
        font-size: 28px;
    }

    .pricing-sec .grid-element {
        grid-template-columns: repeat(1, 1fr);
        max-width: 250px;
        margin-bottom: 30px;
    }

    .pricing-sec .grid-element>div {
        margin-bottom: 0px;
    }

    .gry-clr-bg {
        padding: 20px;

    }

    .pricing-sec {
        padding: 40px 30px;
    }

    .rpa-use-cases .list-prt h3 {
        font-size: 20px;
    }

    .quotes-sec p {
        font-size: 17px;
    }

    .zwc-automation-steps li {
        padding: 0;
    }

    .zwc-automation-steps li::before{
        position: relative;
        inset: 0;
        display: block;
        max-width: fit-content;
        margin-bottom: 15px;
    }

    .zwc-automation-steps li:not(:last-child) {
        padding-bottom: 30px;
    }

    .zwc-automation-steps li:not(:last-child)::after{
        display: none;
    }

    .mid-cta-prt.gry-clr-bg{
        padding: 40px 20px;
    }
}