@media (max-width: 900px) {
  .a-home-grid.belair-role-home-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .belair-role-home-grid .belair-role-card {
    min-height: 118px;
    border: 1px solid #dce8df;
    border-radius: 18px;
    background: #fff;
    padding: 17px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    box-shadow: 0 5px 18px rgba(22, 65, 43, .08);
    color: #153e2c;
  }
  .belair-role-home-grid .belair-role-card:active { transform: scale(.98); }
  .belair-role-card .role-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: #e8f4ec;
    font-size: 23px;
  }
  .belair-role-card strong { font-size: 15px; line-height: 1.15; }
  .belair-role-card small { color: #64766c; font-size: 12px; line-height: 1.2; }
  .belair-role-home-grid .belair-role-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    min-height: 92px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }
}
