.pe-grid{display:grid;gap:0;grid-template-columns:repeat(4,1fr);margin-top:32px}.pe-card{border:1.5px solid var(--g200);overflow:hidden;padding:28px;position:relative;transition:all .2s}.pe-card:before{background:linear-gradient(90deg,var(--accent),var(--secondary-light));content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .2s}.pe-card:hover:before{transform:scaleX(1)}.pe-card:hover{border-color:rgba(8,166,132,.4);box-shadow:0 4px 20px rgba(8,166,132,.1);transform:translateY(-2px)}.pe-card:first-child{border-radius:8px 0 0 8px}.pe-card:last-child{border-radius:0 8px 8px 0}.pe-card:not(:first-child){border-left:none}.pe-card h3{color:var(--g900);font-size:20px;font-weight:700;margin-bottom:10px}.pe-card p,.pe-card-body p{color:var(--g500);font-size:13px;line-height:1.7;margin-bottom:14px}.pe-num{color:rgba(8,166,132,.25);font-family:var(--secondary-font-family);font-size:36px;font-weight:700;line-height:1;margin-bottom:8px}.pe-card:hover .pe-num{color:rgba(8,166,132,.45)}@media (max-width:991px){.pe-grid{grid-template-columns:1fr 1fr}.pe-card:nth-child(2){border-left:none}.pe-card:nth-child(3){border-left:1.5px solid var(--g200);border-top:none}.pe-card:first-child{border-radius:8px 0 0 0}.pe-card:last-child{border-radius:0 0 8px 0}}@media (max-width:767px){.pe-grid{grid-template-columns:1fr}.pe-card{border-left:1.5px solid var(--g200)!important;border-radius:0!important}.pe-card:first-child{border-radius:8px 8px 0 0!important}.pe-card:last-child{border-radius:0 0 8px 8px!important}}