@media (max-width: 768px) {
  body.home main .first_items .halfs {
    display: block;
  }

  body.home main .first_items .halfs > .col {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }

  body.home main .first_items .col + .col {
    margin-top: 2rem;
  }

  body.home main .first_items .clearfix {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    margin-bottom: 18px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
  }

  body.home main .first_items hr {
    display: none;
  }

  body.home main .first_items .alignleft {
    float: none !important;
    margin: 0 !important;
    width: 96px !important;
    grid-column: 1;
    grid-row: 1;
  }

  body.home main .first_items .alignleft:empty {
    display: none;
  }

  body.home main .first_items .clearfix:has(.alignleft:empty) {
    grid-template-columns: 1fr;
  }

  body.home main .first_items .clearfix > h2 {
    grid-column: 2;
    grid-row: 1;
  }

  body.home main .first_items .clearfix:has(.alignleft:empty) > h2 {
    grid-column: 1;
  }

  body.home main .first_items img {
    width: 96px !important;
    height: 96px !important;
  }

  body.home main .first_items h1,
  body.home main .first_items h2 {
    margin-top: 0;
  }

  body.home main .first_items .clearfix > h2 {
    font-size: 18px;
    line-height: 1.28;
    margin: 0 !important;
  }
}
