

/* EEAT and attraction final upgrade */
.office-eeat{
    background:#f8fafc;
    padding:55px 0;
    border-top:1px solid #e2e8f0;
    border-bottom:1px solid #e2e8f0;
}
.office-eeat h2{
    margin:0 0 20px;
    color:#0f172a;
    font-size:34px;
}
.eeat-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.eeat-grid div{
    background:#ffffff;
    border:1px solid #dbe7df;
    border-radius:18px;
    padding:16px;
    font-weight:800;
    color:#0f5132;
    box-shadow:0 10px 24px rgba(15,81,50,.07);
}
@media(max-width:900px){
    .eeat-grid{grid-template-columns:1fr;}
}
