.problem-card-06 {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    justify-self: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 4vh;
}

.double-01 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.services-one-card{
  width: 100%;
}

.problem-card-07 {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    justify-self: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2vh;
    width: 100%;
}

.services-03 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4vh;
    max-width: 50%;
}

.services-one-card-01{
    display: flex;
    align-items: flex-start;
}

/* Мобильные устройства (до 576px) */
@media (max-width: 575.98px) {
  .problem-card-06,
  .problem-card-07 {
    height: auto;
    padding: 15px;
    gap: 3vh;
  }

  .double-01 {
  flex-direction: row;
  align-items: baseline;
  }

  .services-03 {
    max-width: 100%;
    gap: 2vh;
    align-items: center;
    text-align: center;
  }

  .services-one-card-01 {
    flex-direction: column;
    align-items: center;
  }
}

/* Планшеты (от 576px до 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .problem-card-06,
  .problem-card-07 {
    height: auto;
    padding: 18px;
    gap: 3.5vh;
  }

  .double-01 {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-03 {
    max-width: 80%;
    gap: 3vh;
    align-items: flex-start;
  }

  .services-one-card-01 {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Средние экраны / небольшие ноутбуки (768px — 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .services-03 {
    max-width: 70%;
    gap: 3.5vh;
  }
}

/* Крупные экраны (от 992px и выше) */
@media (min-width: 992px) {
  .services-03 {
    max-width: 50%;
  }
}
