@media screen and (max-width: 700px) {
  br {
    display: none;
  }
  .hero-heading{
    font-size: 40px;
  }

  .turnkey-list {
    grid-gap:0;
  }
}

.turnkey-list .turnkey-item , .turnkey-list .tech-specs-turnkey-item{
  height:60%!important;
}

.turnkey-item .switch-sp-turnkey-img , .tech-specs-turnkey-item .switch-sp-turnkey-img {
  height:100%;
}

.tech-specs-turnkey-heading{
  margin-bottom: 24px;
}
.tech-specs-turnkey-list{
  margin-bottom: 32px;
}

.tech-specs-turnkey{
  padding-bottom: 104px; 
}

@media screen and (max-width: 400px) {
    .tech-specs-turnkey{
    padding-bottom: 132px; 
  }
}
.simplest-network .simplest-network-accent{
  color: var(--primary-dark-color);
}

.display .blue{
  color: var(--primary-accent-color);
}
.display .dark-blue{
  color: var(--primary-dark-color) !important;
}