.why-apu{

    padding:80px 0;

    background:#f8fafc;
}

.why-apu-header{

    text-align:center;

    margin-bottom:70px;
}

.why-apu-header h2{

    font-size:3rem;

    font-weight:800;

    color:var(--text);
}

.why-apu-header span{

    color:var(--primary);
}

.why-apu-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);
}

.why-apu-card{

    position:relative;

    text-align:center;

    padding:0 35px;
}

.why-apu-card:not(:last-child)::after{

    content:"";

    position:absolute;

    top:10px;

    right:0;

    width:1px;

    height:120px;

    background:#e5e7eb;
}

.why-apu-card img{

    width:54px;

    height:54px;

    display:block;

    margin:0 auto 20px;
}

.why-apu-card h3{

    margin-bottom:14px;

    font-size:1.3rem;

    font-weight:700;

    line-height:1.2;

    color:var(--text);
}

.why-apu-card p{

    max-width:240px;

    margin:0 auto;

    font-size:1rem;

    line-height:1.8;

    color:#6b7280;
}