.banner {
  background-color: #06080a;
}

.feature>img {
  width: 79.4rem;
}

.cases .industries {
  flex-direction: column;
}

.cases .industries .img-box {
  border: 4px solid rgba(237, 238, 240, 0.05);
  border-radius: 2rem;
  padding: 1.2rem;
  margin-block: 3.6rem 4.8rem;
  overflow: hidden;
}

.cases .industries .img-box img {
  width: 100%;
  height: auto;
}

.cases .industries .btn {
  padding-block: 8px;
}

@media screen and (max-width: 1024px) {
  .feature {
    background: var(--color-bg-cart);
    border: 1px solid var(--color-primary);
    border-radius: 16px;
    padding: 20px;
  }

  section:nth-child(even) .feature{
    flex-direction: column-reverse;
  }

  .feature:nth-child(even) {
    flex-direction: column-reverse;
  }
}