.ayc__units {
  margin-top: 15px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.ayc__units-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.ayc__units-title > span { font-size: 11px; font-weight: 800; }
.ayc__units-title > small { color: #8293a3; font-size: 9px; }
.ayc__units-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ayc__units-grid > div { padding: 10px; border-radius: 7px; background: rgba(255,255,255,.055); }
.ayc__units-grid span,.ayc__units-grid strong,.ayc__units-grid b { display: block; }
.ayc__units-grid span { color: #fff; font-size: 10px; font-weight: 800; }
.ayc__units-grid span small { color: #7f91a1; font-size: 8px; font-weight: 400; }
.ayc__units-grid strong { margin-top: 8px; font-size: 12px; }
.ayc__units-grid b { margin-top: 2px; color: #9dd0f1; font-size: 9px; }
@media (max-width: 400px) { .ayc__units-grid { grid-template-columns: 1fr; } }
