#tech-stack h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.7rem;
  color: #42446e !important;
}

#tech-stack h3 {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 2.8rem;
  color: #666666 !important;
}

#tech-stack {
  padding-top: 4.5rem;
}

#tech-stack .tech-stack-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 7rem;
  align-items: center;
  gap: 35px;
}

.tech-stack-wrapper img {
  height: 60px;
}

@media screen and (max-width: 990px) {
  #tech-stack .tech-stack-wrapper {
    padding: 0 2.5rem;
  }
  .tech-stack-wrapper img {
    height: 50px;
  }
  #tech-stack {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 576px) {
  #tech-stack .tech-stack-wrapper {
    padding: 0 2.3rem;
    gap: 25px;
  }
  .tech-stack-wrapper img {
    height: 45px;
  }
}

@media screen and (max-width: 480px) {
  #tech-stack .tech-stack-wrapper {
    padding: 0 1.7rem;
    gap: 20px;
  }
  .tech-stack-wrapper img {
    height: 45px;
  }

  #tech-stack {
    padding-top: 3rem;
  }
}
