/* ===== DESKTOP SECTION MOBILE FIX ONLY ===== */
@media screen and (max-width: 768px){

  section.desktop#desktop,
  .desktop#desktop{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    overflow: hidden !important;
  }

  section.desktop#desktop .desktop-grid,
  .desktop#desktop .desktop-grid{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
  }

  /* текстовый блок первым */
  section.desktop#desktop .desktop-copy,
  .desktop#desktop .desktop-copy{
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
  }

  section.desktop#desktop .desktop-copy .eyebrow,
  .desktop#desktop .desktop-copy .eyebrow{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  section.desktop#desktop .desktop-copy h2,
  .desktop#desktop .desktop-copy h2,
  section.desktop#desktop .desktop-copy p,
  .desktop#desktop .desktop-copy p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* картинку под заголовок */
  section.desktop#desktop .desktop-panel,
  .desktop#desktop .desktop-panel{
    order: 2 !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: -6px auto 4px auto !important;
  }

  section.desktop#desktop .desktop-panel-shell,
  .desktop#desktop .desktop-panel-shell{
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  section.desktop#desktop .desktop-panel-image,
  .desktop#desktop .desktop-panel-image{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 24px !important;
  }

  /* список и кнопка ниже картинки, всё по центру */
  section.desktop#desktop .check-list,
  .desktop#desktop .check-list{
    order: 3 !important;
    width: 100% !important;
    max-width: 340px !important;
    padding-left: 0 !important;
    margin: 8px auto 0 !important;
    list-style: none !important;
    text-align: center !important;
  }

  section.desktop#desktop .check-list li,
  .desktop#desktop .check-list li{
    text-align: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
  }

  section.desktop#desktop .check-list li::before,
  .desktop#desktop .check-list li::before{
    position: static !important;
    margin-right: 10px !important;
  }

  section.desktop#desktop .desktop-copy > .btn,
  .desktop#desktop .desktop-copy > .btn{
    order: 4 !important;
    width: min(100%, 340px) !important;
    margin: 20px auto 0 !important;
    justify-content: center !important;
  }
}
