@media (max-width: 1400px){
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
#technology .item img {
  height: 50px;
  margin: 0 auto;
}
#projects .item img {
  aspect-ratio: 1/1.35;
  width: 100%;
  height: auto;
  object-fit: cover;
}

