.ww-why{
    padding:120px 0;
    background:#fff;
}
 
.ww-section-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}
 
.ww-section-tag{
    display:inline-block;
    padding:8px 20px;
    border-radius:999px;
    background:#E6FFFA;
    color:#6B2FA0;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}
 
.ww-section-heading h2{
    font-size:52px;
    margin-bottom:20px;
}
 
.ww-section-heading p{
    font-size:20px;
    color:#64748B;
}
 
.ww-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}
 
.ww-feature-card{
    padding:45px 35px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.35s;
    text-align:center;
}
 
.ww-feature-card:hover{
    transform:translateY(-8px);
}
 
.ww-feature-icon{
    font-size:48px;
    margin-bottom:20px;
}
 
.ww-feature-card h3{
    margin-bottom:16px;
}
 
.ww-feature-card p{
    color:#64748B;
    line-height:1.7;
}
 
@media(max-width:991px){
 
.ww-why-grid{
grid-template-columns:repeat(2,1fr);
}
 
}
 
@media(max-width:768px){
 
.ww-why{
padding:80px 20px;
}
 
.ww-why-grid{
grid-template-columns:1fr;
}
 
.ww-section-heading h2{
font-size:38px;
}
 
}