.ananda-care-more,
.ananda-care-more *{
    box-sizing:border-box;
}

.ananda-care-more{
    --ananda-care-more-section-bg:#fbfaf6;
    position:relative;
    z-index:0;
    width:100%;
    padding:42px 0 48px;
    background:transparent;
    overflow:visible;
    font-family:var(--e-global-typography-text-font-family, Inter, Arial, sans-serif);
}

.ananda-care-more::before{
    content:"";
    position:absolute;
    z-index:-1;
    top:0;
    bottom:0;
    left:50%;
    width:100vw;
    transform:translateX(-50%);
    background:var(--ananda-care-more-section-bg);
}

.ananda-care-more__inner{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
    box-sizing:border-box;
}

.ananda-care-more__heading-wrap{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0 0 28px;
    min-width:0;
}

.ananda-care-more__heading-wrap--plain{
    justify-content:center;
}

.ananda-care-more__heading-line{
    flex:1 1 auto;
    width:100%;
    max-width:430px;
    height:1px;
    background:#86a66b;
    opacity:.35;
}

.ananda-care-more__heading-mark{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#86a66b;
    font-size:15px;
    line-height:1;
    font-weight:700;
    transform:translateY(-1px);
}

.ananda-care-more__heading-text{
    display:inline-block;
    flex:0 0 auto;
    margin:0;
    color:#1f6824;
    font-size:16px;
    line-height:1.25;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
}

.ananda-care-more__cards{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:22px;
    align-items:stretch;
}

.ananda-care-more__card{
    width:100%;
    min-width:0;
    min-height:270px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding:44px 28px 36px;
    border:1px solid rgba(73,111,61,.12);
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 10px 28px rgba(35,49,32,.04);
    color:inherit;
    text-decoration:none;
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow:hidden;
}

.ananda-care-more__card:hover{
    transform:translateY(-3px);
    border-color:rgba(47,116,39,.26);
    box-shadow:0 18px 42px rgba(35,49,32,.08);
    color:inherit;
    text-decoration:none;
}

.ananda-care-more__card:focus-visible{
    outline:2px solid rgba(47,116,39,.35);
    outline-offset:3px;
}

.ananda-care-more__icon{
    width:62px;
    height:62px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0 0 24px;
    color:#2f7427;
    line-height:1;
    flex:0 0 auto;
}

.ananda-care-more__icon i{
    font-size:44px;
    line-height:1;
}

.ananda-care-more__icon svg{
    width:44px;
    height:44px;
    display:block;
    fill:currentColor;
}

.ananda-care-more__title{
    width:100%;
    margin:0 0 24px;
    color:#111;
    font-family:var(--e-global-typography-primary-font-family, Georgia, 'Times New Roman', serif);
    font-size:18px;
    line-height:1.24;
    font-weight:800;
    letter-spacing:-.02em;
}

.ananda-care-more__desc{
    width:100%;
    margin:0;
    color:#333;
    font-size:14px;
    line-height:1.65;
    font-weight:500;
}

@media(max-width:1200px){
    .ananda-care-more__cards{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:1024px){
    .ananda-care-more__inner{
        width:calc(100% - 44px);
    }
    .ananda-care-more__card{
        min-height:245px;
    }
    .ananda-care-more__heading-line{
        max-width:260px;
    }
}

@media(max-width:767px){
    .ananda-care-more{
        padding:30px 0 34px;
    }
    .ananda-care-more__inner{
        width:calc(100% - 32px);
    }
    .ananda-care-more__heading-wrap{
        gap:7px;
        margin-bottom:22px;
    }
    .ananda-care-more__heading-line{
        max-width:80px;
    }
    .ananda-care-more__heading-text{
        font-size:13px;
        white-space:normal;
        text-align:center;
    }
    .ananda-care-more__cards{
        grid-template-columns:1fr;
        gap:16px;
    }
    .ananda-care-more__card{
        min-height:auto;
        padding:32px 22px 28px;
    }
    .ananda-care-more__icon{
        margin-bottom:18px;
    }
    .ananda-care-more__title{
        margin-bottom:14px;
        font-size:18px;
    }
}
