#sixth-screen {
  padding-top: 7vh;
  width: 100vw;
  height: 85vh;
  background: #fff;
}
#icon-section {
  width: 98vw;
  /* height: 0vh; */
  margin: 0 auto;
  margin-top: 5vh;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.section__icon {
  margin: 0 auto;
  color: #000;
  height: 150.2px;
}
.icon_con {
  padding-top: 30px;
}
.icon_con > .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  transition: 0.3s;
}
.new {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.new2 {
  width: 40px;
  height: 40px;
}
.icon_con > h4 {
  letter-spacing: 1px;
  font-size: 12px;
  padding-top: 16px;
  text-align: center;
}

#infra-head {
  color: #000;
}
#infra-para {
  padding-top: 3vh !important;
  color: #000;
}
#infra-icon {
  color: #000 !important;
}
/* Responsive */
@media only screen and (max-width: 800px) {
  #sixth-screen {
    height: fit-content;
    padding-bottom: 1vh;
  }
  #icon-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  #sixth-screen {
    height: fit-content;
    padding-bottom: 1vh;
  }
  #icon-section {
    grid-template-columns: 1fr 1fr;
  }
}
