#header{
  background-image: url("../img/technology/header/Rectangle\ 309.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.header-text-wrapper{
  margin-top: 13vh;
}


#inventory{
  background-color: #fff;
  height: 80vh;
}

.text-red {
  color: #E6646E;
  font-weight: 800;
  font-size: calc(1.5vw + 0.5vh);
}

.inventory-img-container > img{
  width: 100%;
}

.inventory-text-container{
  padding-top: 20px;
}

.inventory-text-container p{
  font-size: 18px;
}

#tech{
  background-image: url("../img/technology/3/darkbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  background-position: -5rem 0rem;
}

.tech-overall-container{
  padding: 100px 0;
}

#tech-img-container{
  position: absolute;
  left: 20%;
  top: 29%;
}

#tech-img-container > img{
  width: 90%;
}
@media screen and (max-width: 1024px) {
  #tech{
    height: 80vh;
  }
}

@media screen and (max-width: 768px) {
  #header{
    height: 80vh;
    background-image: none;
  }
  #inventory{
    height: auto;
    padding: 50px 0;
  }
  .text-red {
    font-size: calc(1.5vw + 2vh);
  }
  .inventory-img-container {
    text-align: center;
  }
  .inventory-img-container > img {
    width: 90%;
  }
  #tech{
    height: auto;
  }

  .tech-overall-container h2{
    font-size: 24px;
  }
  .tech-overall-container p{
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .tech-overall-container h2{
    font-size: 21px;
  }
  .tech-overall-container p{
    font-size: 12px;
  }
}