.zen-cards {
    margin: 128px 0;
    width: 100%;
    height: 100%;
    position: relative;
    .swiper-pagination {
        background-color: white;
            margin-bottom: unset !important;
            height: 32px !important;
            line-height: 32px;
            width: auto !important;
            padding-left: 15px;
            padding-right: 15px;
            bottom: 0;
            border-radius: 30px;
            position: relative;
            bottom: 0px !important;
            top: 0px !important;

        .swiper-pagination-bullet {
            background-color: #000000;
            margin: 0px 3px;
        }

        .swiper-pagination-bullet-active,.active {
            background-color: #22E243;
            opacity: 1;
        }

    }

    .pagination_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
            height: 32px;
    margin: 32px 0px;
    }
}
@media (min-width:1500px){
    .zen-cards::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1751.949px;
    height: 768.837px;
    background-size: contain;
    z-index: -1;
    background-image: url(../imgs/after-zan-cards.svg);
    background-repeat: no-repeat;
}
}
.zen-cards__container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px;
}

.zen-cards__head h2 {
    color: black;
    text-align: center;
    font-family: Nunito, system-ui, Arial;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 48px;
}

.zen-cards__head p {
    color: black;
    text-align: center;
    font-family: Nunito, system-ui, Arial;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 102px;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none !important;
}

.zen-cards__row {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 96px;
}

.zen-card-img {
    object-fit: cover;
}

.zen-cards__two-cols {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 880px;
}

.zen-card-copy h3 {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 32px;
    margin-top: 94px;
}

.zen-card-copy h4 {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.zen-cards__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 104px;
}

.zen-btn {
    border-radius: 64px;
    background: #22E243;
    display: flex;
    height: 56px;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .32px;
}

.zen-after {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

.zen-after strong {
    color: #000;
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.zen-cards__ratings {
    display: flex !important;
    justify-content: center;
    gap: 32px;
}

.zen-rating {
    display: flex;
    width: 415px;
    flex-direction: column;
    gap: 8px;
}

@media (max-width:800px) {
    .zen-cards__container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
    .zen-cards {
        margin: 64px 0;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
.zen-cards__head{
    max-width: 304px;
    margin: 0 auto;
}
    .zen-cards__head h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .zen-cards__head p {
        color:  #222;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .zen-slider {
        overflow: visible;
    }

    .swiper-wrapper {
        align-items: stretch;
    }

    .swiper-slide {
        width: auto;
    }

    .m-card {
        width: min(92vw, 420px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .m-card__img {
        width: 412.705px;
        max-width: 100%;
        height: auto;
        margin: 0 0 24px;
    }

    .m-card__title {
        color: #000;
        text-align: center;
        font-family: Nunito;
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        margin: 0 0 16px;
    }

    .m-card__text {
        color: #222;
        text-align: center;
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
        margin: 0 0 24px;
        max-width: 304px;
    }

    .swiper-pagination {
        position: static;
        margin: 8px 0 16px;
    }

    .m-under-img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 32px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 12px;
        max-width: 330px;
    }

    .zen-cards__cta {
        margin-bottom: 32px;
        order: 7;
    }

    .zen-after {
        font-size: 16px;
        line-height: 24px; max-width: 240px;
    }

    .zen-after strong {
        font-size: 16px;
        line-height: 24px;
       
    }
}