/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  /* Contacts */
  .contacts-content .row .col-md-6:nth-child(n + 3) {
    margin-top: 1.5rem;
  }

  /* Services */

  /* Footer */
  /* .footer-social {
    justify-content: flex-start;
    margin-top: 2rem;
  } */
  /* .footer-social a:first-child {
    margin-left: 0;
  } */

  /* Numbers */
  /* .info-block span {
    flex-size: 13px;
    font-size: 16px;
  } */

  /* .nubmers .row .info-block:nth-child(n + 4) {
    margin-top: 32px;
  } */
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .cases .row .case-card:nth-child(n + 1) {
    margin-top: 24px;
  }

  /* Services */
  .tech-container {
    gap: 16px;
  }
  .services .row .col-lg-6:nth-child(n + 1) {
    margin-top: 24px;
  }

  /* Docs */
  .doc-container ul {
    margin-left: 1.5rem;
  }

  .doc-container ul li ul {
    margin-left: 1.5rem;
  }

  .doc-container span {
    margin-right: 0.5rem;
  }

  /* Header */
  /* header {
    display: none;
  } */
  /* .mobile-header {
    display: flex;
    position: relative;
    z-index: 100;
  } */

  /* Numbers */
  /* .nubmers .row .info-block:nth-child(n + 4) {
    margin-top: 32px;
  } */
  /* .info-block p {
    font-size: 48px;
    margin-bottom: 8px;
  } */

  /* Contact Form */
  .contact-form-container {
    display: block;
    padding: 64px 80px;
  }
  /* .contact-form-info {
    margin-bottom: 32px;
  } */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .contacts-content .row .col-md-6:nth-child(n + 1) {
    margin-top: 1.5rem;
  }

  /* Services */
  /* .tech-container {
    gap: 12px;
  } */

  /* Numbers */
  /* .nubmers .row .info-block:nth-child(n + 3) {
    margin-top: 32px;
  } */

  /* Contact Form */
  .contact-form-container {
    padding: 32px 64px;
  }
  .info-block-text {
    display: inline-block;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  /* .main-footer ul:nth-child(n + 2) {
    margin-left: 30px;
  } */
  /* .footer-social {
    flex-wrap: wrap;
  } */
  /* .footer-social a { */
  /* margin-bottom: 1rem;
    margin-right: 16px;
    margin-left: 0; */
  /* } */

  /* Services */
  /* .tech-container {
    gap: 8px;
  } */
  .tech-block {
    width: 170px;
  }

  /* Docs */
  .doc-container ul {
    margin-left: 0;
  }

  /* Numbers */
  /* .nubmers .row .info-block:nth-child(n + 2) {
    margin-top: 32px;
  } */

  /* Contact Form */
  .contact-form-container {
    padding: 64px 32px;
  }
  .info-block-text {
    display: inline-block;
  }
}
