.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#netlocklogo {
  width: 90%;
}

.heading-desc {
  padding: 0.5rem;
}

img {
  border-radius: 15px;
}

h6 {
  font-size: 1.5rem;
}

.features-text {
  max-width: 388px;
}

@media (max-width: 1399px) {
  .features-images {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .first-row {
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .lead {
    font-size: 1.125rem !important;
  }
  .stagger h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .netlock-header {
    margin-bottom: 0 !important;
  }
  h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .features-text {
    font-size: 0.875rem !important;
  }
  .footer {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 767px) {
  #netlocklogo {
    margin-bottom: 0.5rem;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  hr {
    margin: 0 1rem;
  }
  .hidden h6 {
    text-align: center;
    font-size: 1.5rem;
  }
  .hidden img {
    width: 100%;
  }
  .hidden p {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
