/* codex-phase23-yuyue-edu-grid-fallback start */
@media(min-width:981px){
  body.codex-well-site.codex-yuyue-body .brand-yuyue .admission-proof-grid{
    display:flex!important;
    align-items:stretch!important;
    gap:12px!important;
  }
  body.codex-well-site.codex-yuyue-body .brand-yuyue .admission-proof-grid>div{
    flex:1 1 0!important;
    min-width:0!important;
    min-height:112px!important;
  }
  body.codex-well-site.codex-yuyue-body .brand-yuyue .trust-wall-grid,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .service-grid,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .topic-grid,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .resource-grid{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:18px!important;
  }
  body.codex-well-site.codex-yuyue-body .brand-yuyue .trust-wall-grid article,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .service-grid article,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .topic-grid article,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .resource-grid a,
  body.codex-well-site.codex-yuyue-body .brand-yuyue .resource-grid article{
    flex:1 1 calc(25% - 18px)!important;
    min-width:240px!important;
  }
}
/* codex-phase23-yuyue-edu-grid-fallback end */
