@media (max-width: 768px) {
  .mainBlock {
    padding-top: 10%;
    align-items: center;
  }

  body {
  background-image: url(../images/bgimageMobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

  .block_1,
  .block_2,
  .block_3,
  .block_4 {
    width: 90%;
    margin: 0 auto;
  }

  .block_1_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .imageAndh1 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .imageAndh1 img {
    width: 45px;
  }

  .imageAndh1 h1 {
    font-size: 30px;
    margin: 0;
  }

  .block_1_info p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 10px;
  }

  .about h2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .about p {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }

  /* 👇 Добавляем адаптацию для контейнера с карточками */
  .bots {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .bot_card {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .bot_card img {
    width: 50px;
  }

  .bot_card h2 {
    font-size: 20px;
    text-align: center;
  }

  .bot_card p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }

  .bot_card button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }

  .block_4 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .contact_buttons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .contact_image {
    width: 40px;
  }
}
