@media only screen and (max-width: 1279.98px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
  }

  .feature-item {
    border: 1px solid var(--divideBorder) !important;
    margin-top: 5px;
    padding: 20px;
  }

  .header-content {
    padding: 25px;
  }
}

@media only screen and (max-width: 1023.98px) {
  .space-x-side {
    padding-right: 40px;
    padding-left: 40px;
  }

  .space-x-side.divide-x-piller::before,
  .space-x-side.divide-x-piller::after {
    display: none;
  }

  .brand-panel {
    position: static;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-flex {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    display: none;
  }

  .title {
    font-size: 32px;

  }

  .stats-grid-creative {
    grid-template-columns: 1fr 1fr;
  }

  .tech-slide-wrapper {
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 12px;
  }

  .tech-slide-wrapper>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .tech-slide-wrapper>div:first-child img {
    width: 110%;
    max-width: 110%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0;
  }

  .logo-slider {
    margin-top: -24px;
    padding: 10px 0;
  }

  .logo-track img {
    height: 38px;
    width: auto;
    margin-right: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 766.98px) {

  body,
  p {
    font-size: 0.875rem !important;
    line-height: 1.6;
  }

  .header-showcase {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .tech-slide-wrapper {
    grid-template-columns: 42% 58%;
    gap: 10px;
  }

  .logo-slider {
    margin-top: -18px;
    padding: 8px 0;
  }

  .logo-track img {
    height: 30px;
    width: auto;
    margin-right: 20px;
  }

  .contact-cta .btn-group {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 12px;
  }

  .contact-cta .btn-group a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

@media only screen and (max-width: 574.98px) {

  body,
  p {
    font-size: 0.875rem !important;
    line-height: 1.6;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .title {
    font-size: 24px;
  }

  .tech-slide-wrapper {
    grid-template-columns: 40% 60%;
    gap: 8px;
  }

  .logo-slider {
    margin-top: -12px;
    padding: 6px 0;
  }

  .logo-track img {
    height: 24px;
    width: auto;
    margin-right: 15px;
  }

  .space-x-side {
    padding-right: 15px;
    padding-left: 15px;
  }

  .stats-grid-creative {
    grid-template-columns: 1fr;
  }

  .section-pad-bottom {
    padding-bottom: 60px;
  }

  .section-pad-top {
    padding-top: 60px;
  }

  .talk-card {
    padding: 20px;
  }

  .user-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .stars-row {
    margin-left: unset;
  }
}


/* Small devices */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Large devices */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }


}

/* Extra large */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* XXL */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container {
  max-width: 1320px;
}