@media(max-width: 1156px) {
  .services__items {
    display: block;
  }
  .services__item {
    max-width: 80%;
    min-height: 330px;
    margin: 30px auto;
  }
}

@media(max-width: 900px) {
  .create-order__top {
    display: block;
  }
  .create-order__title-box {
    padding-left: 0;
    text-align: center;
    margin: 0 auto 30px;
  }
  .create-order__title-box::before {
    display: none;
  }
}

@media(max-width: 610px) {
  .services__items {
    display: block;
  }
  .services__item {
    max-width: 100%;
    min-height: 375px;
    margin: 30px auto;
  }
}
